Fixes for the justweb head/navbar files.

This commit is contained in:
skeeter 2001-09-01 19:24:30 +00:00
parent 669c8b41a5
commit bc5a9556d1
2 changed files with 3 additions and 3 deletions

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')),

View File

@ -22,7 +22,7 @@
); );
$var['img_root'] = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/justweb/images'; $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']) if ($GLOBALS['phpgw_info']['flags']['navbar_target'])
{ {
@ -86,7 +86,7 @@
$var['user_info'] = $GLOBALS['phpgw']->common->display_fullname() . ' - ' $var['user_info'] = $GLOBALS['phpgw']->common->display_fullname() . ' - '
. lang($GLOBALS['phpgw']->common->show_date(time(),"l")) . ' ' . lang($GLOBALS['phpgw']->common->show_date(time(),"l")) . ' '
. lang($GLOBALS['phpgw']->common->show_date(time(),"F")) . ' ' . 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 * Maybe we should create a common function in the phpgw_accounts_shared.inc.php file