X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/03bca6d0304209d14c6bfaae0e1fb4b85057adfd..fc234493b55a7d4937c8f18e8b83470628d160b9:/www/www-header.php diff --git a/www/www-header.php b/www/www-header.php index 756bdc9..0fd3c79 100644 --- a/www/www-header.php +++ b/www/www-header.php @@ -53,6 +53,7 @@ function render($tplname, $vars) { $vars['css'] = $GLOBALS['phorkie']['cfg']['css']; $vars['title'] = $GLOBALS['phorkie']['cfg']['title']; + $vars['topbar'] = $GLOBALS['phorkie']['cfg']['topbar']; $template = $GLOBALS['twig']->loadTemplate($tplname . '.htm'); echo $template->render($vars);