One more fix for the justweb head file.

This commit is contained in:
skeeter 2001-09-01 19:33:15 +00:00
parent 5eb871e3cc
commit a1e4360c27

View File

@ -34,7 +34,7 @@
'webserver_url' => $GLOBALS['phpgw_info']['server']['sebserver_url'], 'webserver_url' => $GLOBALS['phpgw_info']['server']['sebserver_url'],
'home' => $GLOBALS['phpgw']->link('/index.php'), 'home' => $GLOBALS['phpgw']->link('/index.php'),
'appt' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uicalendar.day')), 'appt' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calendar.uicalendar.day')),
'todo' => $GLOBALS['phpgw']->link('/index.php,Array('menuaction'=>'todo.uitodo.add')), 'todo' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'todo.uitodo.add')),
'prefs' => $GLOBALS['phpgw']->link('/preferences/index.php'), 'prefs' => $GLOBALS['phpgw']->link('/preferences/index.php'),
'email' => $GLOBALS['phpgw']->link('/email/preferences.php'), 'email' => $GLOBALS['phpgw']->link('/email/preferences.php'),
'calendar' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calender.uicalendar.preferences')), 'calendar' => $GLOBALS['phpgw']->link('/index.php',Array('menuaction'=>'calender.uicalendar.preferences')),