Small fixes for the footer.

This commit is contained in:
skeeter 2001-07-21 23:56:43 +00:00
parent 588ad423df
commit 636666d306
2 changed files with 2 additions and 3 deletions

View File

@ -872,7 +872,7 @@
function phpgw_footer() function phpgw_footer()
{ {
global $phpgw, $phpgw_info, $HTMLCOMPLIANT; global $phpgw, $phpgw_info, $HTMLCOMPLIANT, $menuaction;
if (!isset($phpgw_info['flags']['nofooter']) || !$phpgw_info['flags']['nofooter']) if (!isset($phpgw_info['flags']['nofooter']) || !$phpgw_info['flags']['nofooter'])
{ {

View File

@ -38,8 +38,7 @@
$phpgw_info['flags']['currentapp'] != 'home' && $phpgw_info['flags']['currentapp'] != 'home' &&
$phpgw_info['flags']['currentapp'] != 'login' && $phpgw_info['flags']['currentapp'] != 'login' &&
$phpgw_info['flags']['currentapp'] != 'logout' && $phpgw_info['flags']['currentapp'] != 'logout' &&
(!isset($phpgw_info['flags']['noappfooter']) || !@$phpgw_info['flags']['noappfooter'])
!$phpgw_info['flags']['noappfooter']))
{ {
if ($menuaction) if ($menuaction)
{ {