phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uiconfig.inc.php,1.12,1.13


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uiconfig.inc.php,1.12,1.13
Date: Sun, 27 Oct 2002 10:56:18 -0500

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv21974

Modified Files:
        class.uiconfig.inc.php 
Log Message:
removed some references to the old themes


Index: class.uiconfig.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiconfig.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.uiconfig.inc.php      28 Sep 2002 20:01:43 -0000      1.12
--- class.uiconfig.inc.php      27 Oct 2002 15:56:16 -0000      1.13
***************
*** 153,157 ****
                        {
                                $t->set_var('error','');
-                               
$t->set_var('th_err',$GLOBALS['phpgw_info']['theme']['th_bg']);
                        }
  
--- 153,156 ----
***************
*** 160,167 ****
                        $t->set_var('title',lang('Site Configuration'));
                        
$t->set_var('action_url',$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname='
 . $appname));
-                       $t->set_var('th_bg',     
$GLOBALS['phpgw_info']['theme']['th_bg']);
-                       $t->set_var('th_text',   
$GLOBALS['phpgw_info']['theme']['th_text']);
-                       $t->set_var('row_on',    
$GLOBALS['phpgw_info']['theme']['row_on']);
-                       $t->set_var('row_off',   
$GLOBALS['phpgw_info']['theme']['row_off']);
                        $t->pparse('out','header');
  
--- 159,162 ----





reply via email to

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