From 72e1cff9af68e6e8fb87c8a624b7fecb889313c7 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 1 Sep 2001 19:39:26 +0000 Subject: [PATCH] One more fix for the justweb head file. --- phpgwapi/templates/justweb/head.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/justweb/head.inc.php b/phpgwapi/templates/justweb/head.inc.php index fb4d925223..71222d8455 100644 --- a/phpgwapi/templates/justweb/head.inc.php +++ b/phpgwapi/templates/justweb/head.inc.php @@ -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')),