From 07d4e5d81fb648adb9a7714dc7ec92b9547de949 Mon Sep 17 00:00:00 2001 From: laf Date: Tue, 28 Jan 2014 14:59:15 +0000 Subject: [PATCH] Change to use page_title_suffix as the fall back if nothing is set --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 78643f8f0..11846f03a 100755 --- a/html/index.php +++ b/html/index.php @@ -110,7 +110,7 @@ if ($config['page_title']) { $config['page_title_prefix'] = $config['page_title' <!DOCTYPE HTML> <html> <head> - <title><?php echo($config['page_title_prefix']); ?> + <?php echo($config['page_title_suffix']); ?>