phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.Template.inc.php,1.19,1.20


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.Template.inc.php,1.19,1.20
Date: Thu, 23 May 2002 22:51:24 -0400

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

Modified Files:
        class.Template.inc.php 
Log Message:
fixed dumb bug

Index: class.Template.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.Template.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** class.Template.inc.php      23 May 2002 21:28:59 -0000      1.19
--- class.Template.inc.php      24 May 2002 02:51:20 -0000      1.20
***************
*** 57,62 ****
                        }
                        /* This covers loading up the common tpl file and CSS 
data */
!                       $this->set_root(PHPGW_TEMPLATE_DIR);
!                       $this->set_file('common', 'common.tpl');
                        
$this->set_var('phpgw_css',$GLOBALS['phpgw_info']['theme']['css']);
  
--- 57,65 ----
                        }
                        /* This covers loading up the common tpl file and CSS 
data */
!                       if(defined('PHPGW_TEMPLATE_DIR'))
!                       {
!                               $this->set_root(PHPGW_TEMPLATE_DIR);
!                               $this->set_file('common', 'common.tpl');
!                       }
                        
$this->set_var('phpgw_css',$GLOBALS['phpgw_info']['theme']['css']);
  




reply via email to

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