git.cweiske.de
/
phinde.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make title configurable
[phinde.git]
/
www
/
www-header.php
diff --git
a/www/www-header.php
b/www/www-header.php
index e7c45420c6026835050efd428f6bc0d2d1aadc62..070c391484e3967f317ad353b8c395fa9c442991 100644
(file)
--- a/
www/www-header.php
+++ b/
www/www-header.php
@@
-26,7
+26,7
@@
function render($tplname, $vars = array(), $return = false)
if (!isset($vars['htmlhelper'])) {
//$vars['htmlhelper'] = new HtmlHelper();
}
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');
$vars['baseUrl'] = '/';
$template = $GLOBALS['twig']->loadTemplate($tplname . '.htm');