diff --git a/phpgwapi/inc/footer.inc.php b/phpgwapi/inc/footer.inc.php index 07dc054342..5c00951696 100644 --- a/phpgwapi/inc/footer.inc.php +++ b/phpgwapi/inc/footer.inc.php @@ -34,7 +34,7 @@ /**************************************************************************\ * Include the apps footer files if it exists * \**************************************************************************/ - if((file_exists (PHPGW_APP_INC . '/footer.inc.php') || MENUACTION)) && + if((file_exists(PHPGW_APP_INC . '/footer.inc.php') || MENUACTION) && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'home' && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'login' && $GLOBALS['phpgw_info']['flags']['currentapp'] != 'logout' &&