mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
remove extra )
This commit is contained in:
parent
14a4078963
commit
4b0053280f
@ -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' &&
|
||||
|
Loading…
Reference in New Issue
Block a user