diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2016-02-10 15:14:34 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2016-02-10 15:14:34 +0100 |
| commit | ba93b6ec0f176261ba0481f95c03f359068fa08e (patch) | |
| tree | e4c542aa1b3f1348aa76682600aa83f630bee579 /www/www-header.php | |
| parent | cd02bac646f42a0cb402ff2dc8240aa01f1f0fb8 (diff) | |
| download | phinde-ba93b6ec0f176261ba0481f95c03f359068fa08e.tar.gz phinde-ba93b6ec0f176261ba0481f95c03f359068fa08e.zip | |
some styling, noindex for search result pages
Diffstat (limited to 'www/www-header.php')
| -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) { |
