aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2016-02-10 15:14:34 +0100
committerChristian Weiske <cweiske@cweiske.de>2016-02-10 15:14:34 +0100
commitba93b6ec0f176261ba0481f95c03f359068fa08e (patch)
treee4c542aa1b3f1348aa76682600aa83f630bee579 /www
parentcd02bac646f42a0cb402ff2dc8240aa01f1f0fb8 (diff)
downloadphinde-ba93b6ec0f176261ba0481f95c03f359068fa08e.tar.gz
phinde-ba93b6ec0f176261ba0481f95c03f359068fa08e.zip
some styling, noindex for search result pages
Diffstat (limited to 'www')
-rw-r--r--www/www-header.php1
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) {