update for calling the footer for .16

This commit is contained in:
Ralf Becker 2003-04-27 23:21:27 +00:00
parent b12d672c5c
commit 2f282b71ca

View File

@ -173,6 +173,11 @@
echo parse_navbar();
}
echo $html;
if (!@$GLOBALS['phpgw_info']['etemplate']['hooked'] && !isset($_GET['menuaction']))
{
$GLOBALS['phpgw']->common->phpgw_footer();
}
}
else
{