phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

Update of /cvsroot/phpgroupware/phpgwapi/templates/justweb
In directory subversions:/tmp/cvs-serv21580

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/justweb/head.inc.php,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -r1.13 -r1.13.2.1
*** head.inc.php        22 Dec 2001 22:47:57 -0000      1.13
--- head.inc.php        15 Mar 2002 01:23:28 -0000      1.13.2.1
***************
*** 33,38 ****
  
        $var = Array (
!               'img_icon'      => PHPGW_IMAGES . '/favicon.ico',
!               'img_shortcut'  => PHPGW_IMAGES . '/favicon.ico',
                'webserver_url' => 
$GLOBALS['phpgw_info']['server']['webserver_url'],
                'home'          => $GLOBALS['phpgw']->link('/index.php'),
--- 33,38 ----
  
        $var = Array (
!               'img_icon'      => PHPGW_IMAGES_DIR . '/favicon.ico',
!               'img_shortcut'  => PHPGW_IMAGES_DIR . '/favicon.ico',
                'webserver_url' => 
$GLOBALS['phpgw_info']['server']['webserver_url'],
                'home'          => $GLOBALS['phpgw']->link('/index.php'),




reply via email to

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