dave's parse_navbar_end-fix (no more complaining it's not defined)

This commit is contained in:
Ralf Becker 2003-03-22 09:04:37 +00:00
parent a0925f7505
commit 254ba69217

View File

@ -34,7 +34,10 @@
/**************************************************************************\ /**************************************************************************\
* Include the apps footer files if it exists * * Include the apps footer files if it exists *
\**************************************************************************/ \**************************************************************************/
if (is_object($GLOBALS['phpgw']->common))
{
$GLOBALS['phpgw']->common->phpgw_footer(); $GLOBALS['phpgw']->common->phpgw_footer();
}
?> ?>
</BODY> </BODY>
</HTML> </HTML>