Make title configurable
[phinde.git] / www / www-header.php
index e7c45420c6026835050efd428f6bc0d2d1aadc62..070c391484e3967f317ad353b8c395fa9c442991 100644 (file)
@@ -26,7 +26,7 @@ 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');