Update H1 headings

Change-Id: I5d22d9c33cf1a14ad0cff473112fb65ec7bf9349
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/content/en_dev_program.php b/content/en_dev_program.php
index b349b23..81b5d53 100644
--- a/content/en_dev_program.php
+++ b/content/en_dev_program.php
@@ -13,6 +13,7 @@
  * SPDX-License-Identifier: EPL-2.0
  */
 ?>
+<h1><?php print $pageTitle; ?></h1>
 <small><b>Draft</b> v05 - September 17th, 2015</small>
 <h2>Program Objective:</h2>
 <p>The Friend of Eclipse Enhancement Program, or FEEP, utilizes the funds donated through the
diff --git a/content/en_index.php b/content/en_index.php
index 8c37d0f..b7aeba3 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -13,6 +13,7 @@
  * SPDX-License-Identifier: EPL-2.0
  */
 ?>
+<h1><?php print $pageTitle; ?></h1>
 <div class="row">
   <div class="col-md-16">
     <h3>Report Bugs and Enhancements</h3>
diff --git a/dev_program.php b/dev_program.php
index a116ec6..6224731 100644
--- a/dev_program.php
+++ b/dev_program.php
@@ -32,5 +32,4 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
-$Theme->setDisplayHeaderTitle(TRUE);
 $Theme->generatePage();
\ No newline at end of file
diff --git a/dev_program/content/en_faq.php b/dev_program/content/en_faq.php
index 4c26a16..ed2a3cf 100644
--- a/dev_program/content/en_faq.php
+++ b/dev_program/content/en_faq.php
@@ -14,6 +14,7 @@
  * SPDX-License-Identifier: EPL-2.0
  */
 ?>
+<h1><?php print $pageTitle; ?></h1>
 <h4>How can I submit a bid for a development effort?</h4>
 <p>
   Click on the link for any one of the <a href="https://projects.eclipse.org/development-efforts">development
diff --git a/dev_program/faq.php b/dev_program/faq.php
index e2fb53f..a6c0a47 100644
--- a/dev_program/faq.php
+++ b/dev_program/faq.php
@@ -39,5 +39,4 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
-$Theme->setDisplayHeaderTitle(TRUE);
 $Theme->generatePage();
\ No newline at end of file
diff --git a/index.php b/index.php
index 79eb8f2..e0dc5fd 100644
--- a/index.php
+++ b/index.php
@@ -29,5 +29,4 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
-$Theme->setDisplayHeaderTitle(TRUE);
 $Theme->generatePage();