forked from extern/egroupware
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:
parent
5a008e6768
commit
143b9c5d04
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user