X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/30a14d8a1e607df134357ac20beebf391e115a2d..d9bde6ae87961c99238ba8fce0a29b81e4babb49:/www/www-header.php?ds=sidebyside 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');