From ba93b6ec0f176261ba0481f95c03f359068fa08e Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 10 Feb 2016 15:14:34 +0100 Subject: some styling, noindex for search result pages --- www/www-header.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www/www-header.php') 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) { -- cgit v1.2.3