Missing the menuaction for checking of the footer.

This commit is contained in:
skeeter 2001-09-29 01:31:29 +00:00
parent 4d929cadc2
commit 80062a3afe

View File

@ -34,7 +34,7 @@
/**************************************************************************\
* Include the apps footer files if it exists *
\**************************************************************************/
if ((file_exists (PHPGW_APP_INC . '/footer.inc.php') || isset($GLOBALS['HTTP_GET_VARS'])) &&
if ((file_exists (PHPGW_APP_INC . '/footer.inc.php') || isset($GLOBALS['HTTP_GET_VARS']['menuaction'])) &&
$GLOBALS['phpgw_info']['flags']['currentapp'] != 'home' &&
$GLOBALS['phpgw_info']['flags']['currentapp'] != 'login' &&
$GLOBALS['phpgw_info']['flags']['currentapp'] != 'logout' &&