Pass the configuration manager to templates

This commit is contained in:
ArthurHoaro 2016-06-15 18:22:19 +02:00
parent 894a3c4bf3
commit b302c77c74
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class PageBuilder
if (!empty($GLOBALS['plugin_errors'])) {
$this->tpl->assign('plugin_errors', $GLOBALS['plugin_errors']);
}
// To be removed with a proper theme configuration.
$this->tpl->assign('conf', $this->conf);
}
/**