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.14
Date: Thu, 14 Mar 2002 20:20:41 -0500

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

Modified Files:
        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.14
diff -C2 -r1.13 -r1.14
*** head.inc.php        22 Dec 2001 22:47:57 -0000      1.13
--- head.inc.php        15 Mar 2002 01:20:38 -0000      1.14
***************
*** 32,44 ****
        $tpl->set_file(array('head' => 'head.tpl'));
  
!       $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'),
!               'appt'          => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uicalendar.day')),
!               'todo'          => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'todo.uitodo.add')),
!               'prefs'         => 
$GLOBALS['phpgw']->link('/preferences/index.php'),
!               'email'         => 
$GLOBALS['phpgw']->link('/email/preferences.php'),
                'calendar'              => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calender.uicalendar.preferences')),
                'addressbook'   => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'addressbook.uiaddressbook.preferences')),
--- 32,45 ----
        $tpl->set_file(array('head' => 'head.tpl'));
  
!       $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'),
!               'appt'                  => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uicalendar.day')),
!               'todo'                  => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'todo.uitodo.add')),
!               'prefs'                 => 
$GLOBALS['phpgw']->link('/preferences/index.php'),
!               'email'                 => 
$GLOBALS['phpgw']->link('/email/preferences.php'),
                'calendar'              => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calender.uicalendar.preferences')),
                'addressbook'   => 
$GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'addressbook.uiaddressbook.preferences')),




reply via email to

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