add log class
[phinde.git] / www / www-header.php
index 2ec8c2fffcc876e464247031af340f88ab0aeb9c..070c391484e3967f317ad353b8c395fa9c442991 100644 (file)
@@ -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) {