forked from extern/egroupware
One more fix for the justweb head file.
This commit is contained in:
parent
a1e4360c27
commit
72e1cff9af
@ -31,7 +31,7 @@
|
||||
$tpl->set_file(array('head' => 'head.tpl'));
|
||||
|
||||
$var = Array (
|
||||
'webserver_url' => $GLOBALS['phpgw_info']['server']['sebserver_url'],
|
||||
'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')),
|
||||
|
Loading…
Reference in New Issue
Block a user