Use setDisplayHeaderTitle for /artwork

Change-Id: Ib31d485c72d6528d6f1a8f8827937b20407d234e
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index 1ac4c17..2c7f955 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -14,14 +14,12 @@
  */
 ?>
 
-<h1><?php print $pageTitle; ?></h1>
-
 <div class="row">
   <div class="col-sm-18">
 
     <div id="eclipse_logo_artworks">
 
-      <h2 class="top-level-heading">Eclipse Logos</h2>
+      <h2 class="top-level-heading margin-top-0">Eclipse Logos</h2>
 
       <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
diff --git a/content/en_old_artwork.php b/content/en_old_artwork.php
index 030d9f1..e762aec 100644
--- a/content/en_old_artwork.php
+++ b/content/en_old_artwork.php
@@ -14,7 +14,7 @@
  */
 ?>
 <div id="midcolumn">
-  <h1><?php print $pageTitle;?><br/><span style="font-size:-4">for Members and Providers</span></h1>
+  <h1><?php print $pageTitle;?> <small>for Members and Providers</small></h1>
   <p>In order to help identify how Eclipse is incorporated into the
     projects and products developed by the community and Foundation members,
     the &quot;Eclipse Ready&quot; &quot;Built on Eclipse&quot; and &quot;Eclipse
diff --git a/index.php b/index.php
index 922471c..1082543 100644
--- a/index.php
+++ b/index.php
@@ -29,4 +29,5 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
+$Theme->setDisplayHeaderTitle(TRUE);
 $Theme->generatePage();
\ No newline at end of file