Change <title> to use page_title_suffix as the fall back if nothing is set

This commit is contained in:
laf
2014-01-28 14:59:15 +00:00
parent e80f8f33a6
commit 07d4e5d81f

View File

@ -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']); ?></title>
<title><?php echo($config['page_title_suffix']); ?></title>
<base href="<?php echo($config['base_url']); ?>" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />