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