diff --git a/phpgwapi/templates/justweb/head.inc.php b/phpgwapi/templates/justweb/head.inc.php index 2232330d60..fb4d925223 100644 --- a/phpgwapi/templates/justweb/head.inc.php +++ b/phpgwapi/templates/justweb/head.inc.php @@ -34,7 +34,7 @@ 'webserver_url' => $GLOBALS['phpgw_info']['server']['sebserver_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')), + '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')),