phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/default head.inc.php,1.11,1.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/default head.inc.php,1.11,1.11.2.1
Date: Thu, 14 Mar 2002 20:23:17 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/default
In directory subversions:/tmp/cvs-serv21568

Modified Files:
      Tag: Version-0_9_14-branch
        head.inc.php 
Log Message:
fixed wrong img dir

Index: head.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/default/head.inc.php,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -C2 -r1.11 -r1.11.2.1
*** head.inc.php        22 Dec 2001 22:47:56 -0000      1.11
--- head.inc.php        15 Mar 2002 01:23:15 -0000      1.11.2.1
***************
*** 33,38 ****
  
        $var = Array (
!               'img_icon'      => PHPGW_IMAGES . '/favicon.ico',
!               'img_shortcut'  => PHPGW_IMAGES . '/favicon.ico',
                'charset'       => lang('charset'),
                'font_family'   => $GLOBALS['phpgw_info']['theme']['font'],
--- 33,38 ----
  
        $var = Array (
!               'img_icon'      => PHPGW_IMAGES_DIR . '/favicon.ico',
!               'img_shortcut'  => PHPGW_IMAGES_DIR . '/favicon.ico',
                'charset'       => lang('charset'),
                'font_family'   => $GLOBALS['phpgw_info']['theme']['font'],




reply via email to

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