mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
for some reason $this->tpl is no instanciated on the home page in 1.8
This commit is contained in:
parent
992ebceac4
commit
7f8e677a5a
@ -660,6 +660,7 @@ class idots_framework extends egw_framework
|
||||
// this closes the application area AND renders the closing body- and html-tag
|
||||
if (self::$navbar_done)
|
||||
{
|
||||
if (!is_a($this->tpl,'Template')) $this->tpl = new Template(EGW_TEMPLATE_DIR);
|
||||
$this->tpl->set_file(array('footer' => 'footer.tpl'));
|
||||
$this->tpl->set_var($this->_get_footer());
|
||||
$content .= $this->tpl->fp('out','footer');
|
||||
|
Loading…
Reference in New Issue
Block a user