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.154,1.155


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.154,1.155
Date: Thu, 26 Sep 2002 22:23:28 -0400

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

Modified Files:
        class.common.inc.php 
Log Message:
update css

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -r1.154 -r1.155
*** class.common.inc.php        27 Sep 2002 00:14:18 -0000      1.154
--- class.common.inc.php        27 Sep 2002 02:23:26 -0000      1.155
***************
*** 1320,1326 ****
                                                . SEP . 'css' . SEP . 
$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'] . '.css';
                        }
!                       elseif(@file_exists(PHPGW_SERVER_ROOT . SEP . 
'phpgwapi' . SEP . 'templates' . SEP . 'default' . SEP . 'css' . SEP . 
'submarine.css'))
                        {
!                               $css_file =  
$GLOBALS['phpgw_info']['server']['webserver_url'] . SEP . 'phpgwapi' . SEP . 
'templates' . SEP . 'default' . SEP . 'css' . SEP . 'submarine.css';
                        }
  
--- 1320,1326 ----
                                                . SEP . 'css' . SEP . 
$GLOBALS['phpgw_info']['user']['preferences']['common']['theme'] . '.css';
                        }
!                       elseif(@file_exists(PHPGW_SERVER_ROOT . SEP . 
'phpgwapi' . SEP . 'templates' . SEP . 'idsociety' . SEP . 'css' . SEP . 
'submarine.css'))
                        {
!                               $css_file =  
$GLOBALS['phpgw_info']['server']['webserver_url'] . SEP . 'phpgwapi' . SEP . 
'templates' . SEP . 'idsociety' . SEP . 'css' . SEP . 'submarine.css';
                        }
  
***************
*** 1398,1402 ****
                function load_phpgw_body_tags()
                {
!                       $GLOBALS['phpgw_info']['flags']['body_tags']['onLoad'] 
.= $this->load_preload_images_data(); 
  
                        
if(@is_array($GLOBALS['phpgw_info']['flags']['body_tags']))
--- 1398,1402 ----
                function load_phpgw_body_tags()
                {
!                       $GLOBALS['phpgw_info']['flags']['body_tags']['onLoad'] 
= $this->load_preload_images_data(); 
  
                        
if(@is_array($GLOBALS['phpgw_info']['flags']['body_tags']))





reply via email to

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