mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
update for calling the footer for .16
This commit is contained in:
parent
b12d672c5c
commit
2f282b71ca
@ -173,6 +173,11 @@
|
||||
echo parse_navbar();
|
||||
}
|
||||
echo $html;
|
||||
|
||||
if (!@$GLOBALS['phpgw_info']['etemplate']['hooked'] && !isset($_GET['menuaction']))
|
||||
{
|
||||
$GLOBALS['phpgw']->common->phpgw_footer();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user