phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety head.inc.php,1.12,1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/templates/idsociety head.inc.php,1.12,1.13
Date: Thu, 14 Mar 2002 20:20:56 -0500

Update of /cvsroot/phpgroupware/phpgwapi/templates/idsociety
In directory subversions:/tmp/cvs-serv21532

Modified Files:
        head.inc.php 
Log Message:
fixed wrong img dir

Index: head.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/idsociety/head.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** head.inc.php        12 Feb 2002 09:10:40 -0000      1.12
--- head.inc.php        15 Mar 2002 01:20:53 -0000      1.13
***************
*** 43,48 ****
        $tpl->set_file(array('head' => 'head.tpl'));
        $var = Array (
!               'img_icon'      => PHPGW_IMAGES . '/favicon.ico',
!               'img_shortcut'  => PHPGW_IMAGES . '/favicon.ico',
                'charset'               => lang('charset'),
                'font_family'   => $GLOBALS['phpgw_info']['theme']['font'],
--- 43,48 ----
        $tpl->set_file(array('head' => 'head.tpl'));
        $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]