added a flag in the phpgw_info array to include stuff at the ende of the page, needed for the wz_toolstips

This commit is contained in:
Ralf Becker 2004-05-07 21:22:46 +00:00
parent 5a008e6768
commit 143b9c5d04

View File

@ -60,6 +60,10 @@
include(PHPGW_APP_INC . '/footer.inc.php'); include(PHPGW_APP_INC . '/footer.inc.php');
} }
} }
if ($GLOBALS['phpgw_info']['flags']['need_footer'])
{
echo $GLOBALS['phpgw_info']['flags']['need_footer'];
}
if(function_exists('parse_navbar_end')) if(function_exists('parse_navbar_end'))
{ {
parse_navbar_end(); parse_navbar_end();