mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Small fixes for the footer.
This commit is contained in:
parent
588ad423df
commit
636666d306
@ -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'])
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user