phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chora css.php,1.2,1.3


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora css.php,1.2,1.3
Date: Tue, 13 Aug 2002 08:02:23 -0400

Update of /cvsroot/phpgroupware/chora
In directory subversions:/tmp/cvs-serv342

Modified Files:
        css.php 
Log Message:
Color changes to use theme values



Index: css.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/css.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** css.php     20 Sep 2001 21:50:06 -0000      1.2
--- css.php     13 Aug 2002 12:02:21 -0000      1.3
***************
*** 9,15 ****
   */
  
!       require dirname(__FILE__).'/config/html.php';
!     
!       if ($conf['css']['cached'])
        {
                $mod_gmt = gmdate('D, d M Y H:i:s', getlastmod()) . ' GMT';
--- 9,22 ----
   */
  
!       $phpgw_info = array();
!       $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp' => 'chora',
!               'noheader' => True,
!               'nofooter' => True
!       );
!       include('../header.inc.php');
!       include('./config/html.php');
! 
!       if($conf['css']['cached'])
        {
                $mod_gmt = gmdate('D, d M Y H:i:s', getlastmod()) . ' GMT';
***************
*** 26,30 ****
        header('Content-type: text/css');
  
!       if (is_array($css))
        {
                @reset($css);
--- 33,37 ----
        header('Content-type: text/css');
  
!       if(is_array($css))
        {
                @reset($css);
***************
*** 32,36 ****
                {
                        echo "$class {\n";
!                       if (is_array($params))
                        {
                                @reset($params);
--- 39,43 ----
                {
                        echo "$class {\n";
!                       if(is_array($params))
                        {
                                @reset($params);





reply via email to

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