remove $Theme->setDisplayHeaderTitle(TRUE);

Change-Id: I7c39c545bc2bdbc18594193ab98c0af020aa6e7b
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index a95b5f2..523e320 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -16,6 +16,7 @@
 
 <div class="row">
   <div class="col-sm-18">
+    <h1><?php print $pageTitle;?></h1>
     <p>We are providing copies of the Eclipse logo so our community can use it to show their support of Eclipse and link back to our community.
       These logos are the intellectual property of the Eclipse
       Foundation and cannot be altered without Eclipse’s permission. They are provided for use under the <a href="http://www.eclipse.org/legal/logo_guidelines.php">Eclipse logo and
diff --git a/index.php b/index.php
index 1082543..922471c 100644
--- a/index.php
+++ b/index.php
@@ -29,5 +29,4 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
-$Theme->setDisplayHeaderTitle(TRUE);
 $Theme->generatePage();
\ No newline at end of file