forked from extern/egroupware
dave's parse_navbar_end-fix (no more complaining it's not defined)
This commit is contained in:
parent
a0925f7505
commit
254ba69217
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user