Update H1 headings

Change-Id: I07065618afd6fe36f61957c86d97408fd0a6e2c9
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/content/en_corp_sponsor_details.php b/content/en_corp_sponsor_details.php
index 6a90706..9e27be5 100644
--- a/content/en_corp_sponsor_details.php
+++ b/content/en_corp_sponsor_details.php
@@ -14,6 +14,7 @@
  */
 ?>
 <div id="midcolumn">
+  <h1><?php print $pageTitle; ?></h1>
   <p>The Eclipse Foundation relies on the support of our members and contributions from the user
     community to service and grow the Eclipse ecosystem. We encourage companies that make extensive
     use of Eclipse technology to support the Eclipse community through the Eclipse Corporate Sponsor
@@ -23,8 +24,8 @@
     contribution of goods and services to the Eclipse Foundation. There are three tiers of
     sponsorship: 1) Platinum, 2) Gold and 3) Silver; each tier representing the level of annual
     sponsorship to the Eclipse Foundation.
-  
-  
+
+
   <h4>Platinum Sponsorship</h4>
   <ul>
     <li>Annual contribution of at least US$100,000</li>
@@ -45,13 +46,13 @@
   <h3>How to Become a Corporate Sponsor</h3>
   <ul>
     <li><h4>Step 1</h4>Determine the level of sponsorship your company would like to make.
-    
+
     <li><h4>Step 2</h4>Contact the <a href="mailto:membership@eclipse.org">Eclipse Foundation</a> to
       determine method of payment. In-kind contributions will require previous agreement from the
       Eclipse Foundation. Please note that is Eclipse Foundation is a not-for-profit corporation.
       Contributions or gifts to the Eclipse Foundation Inc. are not tax deductible as charitable
       contributions.
-    
+
     <li><h4>Step 3</h4>Corporate sponsors, by signing our <a
       href="/org/documents/Eclipse%20Logo%20Agreement%20%202008_04_30%20final.pdf"
     >logo agreement</a>, agree to have their corporate logo listed on the Eclipse Corporate Sponsor
diff --git a/content/en_index.php b/content/en_index.php
index 727e222..a8d9a14 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -14,6 +14,7 @@
  */
 ?>
 <div id="midcolumn">
+  <h1><?php print $pageTitle; ?></h1>
   <p>The Eclipse Foundation relies on the support of our members and contributions from the user
     community to service and grow the Eclipse ecosystem. We'd like to thank the following Corporate
     Sponsors who have generously supported the Eclipse community.</p>
diff --git a/content/en_support.php b/content/en_support.php
index 2975c56..df6fda4 100644
--- a/content/en_support.php
+++ b/content/en_support.php
@@ -14,6 +14,7 @@
  */
 ?>
 <div id="midcolumn">
+  <h1><?php print $pageTitle; ?></h1>
   <p>
     There are three simple ways you can financially support the Eclipse Foundation. Choose whichever
     way is best for you, and please do not hesitate to <a href="mailto:membership@eclipse.org">contact
diff --git a/corp_sponsor_details.php b/corp_sponsor_details.php
index 37b9d58..16da403 100644
--- a/corp_sponsor_details.php
+++ b/corp_sponsor_details.php
@@ -29,5 +29,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 9080680..0789baa 100644
--- a/index.php
+++ b/index.php
@@ -29,5 +29,4 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
-$Theme->setDisplayHeaderTitle(TRUE);
 $Theme->generatePage();
diff --git a/support.php b/support.php
index 2a09bdd..30bd692 100644
--- a/support.php
+++ b/support.php
@@ -40,5 +40,4 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
-$Theme->setDisplayHeaderTitle(TRUE);
 $Theme->generatePage();
\ No newline at end of file