Pass the configuration manager to templates
This commit is contained in:
parent
894a3c4bf3
commit
b302c77c74
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ private function initialize()
|
||||||
if (!empty($GLOBALS['plugin_errors'])) {
|
if (!empty($GLOBALS['plugin_errors'])) {
|
||||||
$this->tpl->assign('plugin_errors', $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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue