fix page title
This commit is contained in:
parent
e3c2e58979
commit
e36ca7b41f
@ -357,7 +357,7 @@ head_add_js('mod_' . $a->module . '.js');
|
|||||||
if($interval < 10000)
|
if($interval < 10000)
|
||||||
$interval = 40000;
|
$interval = 40000;
|
||||||
|
|
||||||
$a->page['title'] = $a->config['sitename'];
|
$a->page['title'] = $a->config['system']['sitename'];
|
||||||
|
|
||||||
|
|
||||||
$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array(
|
$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array(
|
||||||
|
Reference in New Issue
Block a user