From bc5a9556d177405a675ae24b8c792059d97471b8 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 1 Sep 2001 19:24:30 +0000 Subject: [PATCH] Fixes for the justweb head/navbar files. --- phpgwapi/templates/justweb/head.inc.php | 2 +- phpgwapi/templates/justweb/navbar.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpgwapi/templates/justweb/head.inc.php b/phpgwapi/templates/justweb/head.inc.php index 95360f908d..2232330d60 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')), diff --git a/phpgwapi/templates/justweb/navbar.inc.php b/phpgwapi/templates/justweb/navbar.inc.php index b8fe066f73..fdfdcc277e 100644 --- a/phpgwapi/templates/justweb/navbar.inc.php +++ b/phpgwapi/templates/justweb/navbar.inc.php @@ -22,7 +22,7 @@ ); $var['img_root'] = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/justweb/images'; - $var[table_bg_color'] = $GLOBALS['phpgw_info']['theme']['navbar_bg']; + $var['table_bg_color'] = $GLOBALS['phpgw_info']['theme']['navbar_bg']; if ($GLOBALS['phpgw_info']['flags']['navbar_target']) { @@ -86,7 +86,7 @@ $var['user_info'] = $GLOBALS['phpgw']->common->display_fullname() . ' - ' . lang($GLOBALS['phpgw']->common->show_date(time(),"l")) . ' ' . lang($GLOBALS['phpgw']->common->show_date(time(),"F")) . ' ' - . $GLOBALS['phpgw']->common->show_date(time(),"d, Y")); + . $GLOBALS['phpgw']->common->show_date(time(),"d, Y"); /* * Maybe we should create a common function in the phpgw_accounts_shared.inc.php file