diff --git a/html/index.php b/html/index.php index 6d62f327b..c07f2f1ea 100755 --- a/html/index.php +++ b/html/index.php @@ -124,11 +124,15 @@ if (isset($config['branding']) && is_array($config['branding'])) } } } + +# page_title_prefix is displayed, unless page_title is set +if ($config['page_title']) { $config['page_title_prefix'] = $config['page_title']; } + ?> - <?php echo($config['page_title']); ?> + <?php echo($config['page_title_prefix']); ?> @@ -327,9 +331,6 @@ $('INPUT.auto-hint, TEXTAREA.auto-hint').focus(function() {