Update H1 headings Change-Id: Ice122cdb7a1f3d4b754f075ffc7e6702ca0f2fea Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/404.php b/404.php index 6f39579..ab7f430 100644 --- a/404.php +++ b/404.php
@@ -28,5 +28,4 @@ $html = ob_get_clean(); $Theme->setHtml($html); -$Theme->setDisplayHeaderTitle(TRUE); $Theme->generatePage(); \ No newline at end of file
diff --git a/content/en_404.php b/content/en_404.php index e3a70ad..e90d131 100644 --- a/content/en_404.php +++ b/content/en_404.php
@@ -15,6 +15,7 @@ ?> <div class="row"> <div class="col-md-18"> + <h1><?php print $pageTitle; ?></h1> <p>We're sorry, the page you requested cannot be found. Below are some links that may be useful.</p> <ul> <li><a href="//eclipse.org">Eclipse home</a></li>
diff --git a/content/en_cookie_consent.php b/content/en_cookie_consent.php index 1f1d225..615a3b0 100644 --- a/content/en_cookie_consent.php +++ b/content/en_cookie_consent.php
@@ -15,6 +15,7 @@ ?> <div class="row"> <div class="col-md-18"> + <h1><?php print $pageTitle; ?></h1> <p>You have been redirect here because the page you requested requires cookies.</p> <p>Some Eclipse Foundation pages use cookies to better serve you when you return to the site. You can set your browser to
diff --git a/cookie_consent.php b/cookie_consent.php index 3891333..b935218 100644 --- a/cookie_consent.php +++ b/cookie_consent.php
@@ -26,5 +26,4 @@ $html = ob_get_clean(); $Theme->setHtml($html); -$Theme->setDisplayHeaderTitle(TRUE); $Theme->generatePage(); \ No newline at end of file