From 143b9c5d04e5c6747536302f6d28eccb78814107 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 7 May 2004 21:22:46 +0000 Subject: [PATCH] added a flag in the phpgw_info array to include stuff at the ende of the page, needed for the wz_toolstips --- phpgwapi/inc/footer.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpgwapi/inc/footer.inc.php b/phpgwapi/inc/footer.inc.php index 602a8cb8c2..dfeb37d900 100644 --- a/phpgwapi/inc/footer.inc.php +++ b/phpgwapi/inc/footer.inc.php @@ -60,6 +60,10 @@ 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')) { parse_navbar_end();