X-Git-Url: https://git.cweiske.de/phinde.git/blobdiff_plain/e5c7780adb59e8038a040a1e534a4cee1fac8cd8..696fcd7ce4d495e356667019493bf312e2a6e47b:/www/www-header.php diff --git a/www/www-header.php b/www/www-header.php index 2ec8c2f..070c391 100644 --- a/www/www-header.php +++ b/www/www-header.php @@ -26,7 +26,8 @@ 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'); if ($return) {