summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-29 17:40:26 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-29 17:41:28 -0400
commit89dcfa010d0457c6c643b6fb7248c609f47b2996 (patch)
tree47f98747be27c9150b59796a185b710b6a26b885 /src/usr/local/www/head.inc
parent34c9962b9f10e43e2bfca0fc87a9eead11b395b2 (diff)
downloadpfsense-89dcfa010d0457c6c643b6fb7248c609f47b2996.zip
pfsense-89dcfa010d0457c6c643b6fb7248c609f47b2996.tar.gz
Bootstrap conversion mostly complete.
Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 1382753..ce5b10c 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -411,7 +411,6 @@ if (!$g['disablehelpmenu']) {
</li>
<?php
endif;
-
?>
</ul>
</div>
@@ -420,9 +419,20 @@ if (!$g['disablehelpmenu']) {
<div class="container">
<header class="header">
- <?=genhtmltitle($pgtitle)?>
+
+<?php
+ // If you set $notitle = true BEFORE including head.inc, the page title will be supressed
+ if(isset($notitle)) {
+ print('<br />');
+ unset($notitle);
+ } else {
+
+ print(genhtmltitle($pgtitle));
+ }
+?>
<ul class="context-links">
<?php
+
if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {
$ssvc = array();
switch ($shortcut_section) {
OpenPOWER on IntegriCloud