diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/www-header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/www-header.php b/www/www-header.php index e7c4542..070c391 100644 --- a/www/www-header.php +++ b/www/www-header.php @@ -26,7 +26,7 @@ function render($tplname, $vars = array(), $return = false) if (!isset($vars['htmlhelper'])) { //$vars['htmlhelper'] = new HtmlHelper(); } - $vars['apptitle'] = 'cweiske.de search'; + $vars['apptitle'] = $GLOBALS['phinde']['apptitle']; $vars['baseUrl'] = '/'; $template = $GLOBALS['twig']->loadTemplate($tplname . '.htm'); |
