phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.161,1.162


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.161,1.162
Date: Wed, 02 Oct 2002 22:49:24 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv31953

Modified Files:
        class.common.inc.php 
Log Message:
fixed about function plus update to use xslt

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.161
retrieving revision 1.162
diff -C2 -r1.161 -r1.162
*** class.common.inc.php        3 Oct 2002 00:11:48 -0000       1.161
--- class.common.inc.php        3 Oct 2002 02:49:22 -0000       1.162
***************
*** 668,672 ****
                                $appname = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        }
!                       if ($appname == 'home' || $appname == 'logout' || 
$appname == 'login')
                        {
                                $appname = 'phpgwapi';
--- 668,672 ----
                                $appname = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        }
!                       if ($appname == 'home' || $appname == 'logout' || 
$appname == 'login' || $appname == 'about')
                        {
                                $appname = 'phpgwapi';
***************
*** 1129,1133 ****
                        
$GLOBALS['phpgw_info']['navbar']['preferences']['icon_hover']  = 
$this->image_on('preferences',Array('navbar','nonav'),'-over');
  
!                       if ($GLOBALS['phpgw_info']['flags']['currentapp'] == 
'home' || $GLOBALS['phpgw_info']['flags']['currentapp'] == 'preferences' || 
$GLOBALS['phpgw_info']['flags']['currentapp'] == 'about')
                        {
                                $app = 'phpGroupWare';
--- 1129,1133 ----
                        
$GLOBALS['phpgw_info']['navbar']['preferences']['icon_hover']  = 
$this->image_on('preferences',Array('navbar','nonav'),'-over');
  
!                       if ($GLOBALS['phpgw_info']['flags']['currentapp'] == 
'home' || $GLOBALS['phpgw_info']['flags']['currentapp'] == 'preferences')
                        {
                                $app = 'phpGroupWare';





reply via email to

[Prev in Thread] Current Thread [Next in Thread]