forked from extern/egroupware
update for calling the footer for .16
This commit is contained in:
parent
b12d672c5c
commit
2f282b71ca
@ -173,6 +173,11 @@
|
|||||||
echo parse_navbar();
|
echo parse_navbar();
|
||||||
}
|
}
|
||||||
echo $html;
|
echo $html;
|
||||||
|
|
||||||
|
if (!@$GLOBALS['phpgw_info']['etemplate']['hooked'] && !isset($_GET['menuaction']))
|
||||||
|
{
|
||||||
|
$GLOBALS['phpgw']->common->phpgw_footer();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user