This commit is contained in:
Miles Lott 2002-01-08 03:37:51 +00:00
parent a3a7af4690
commit 3e12c20d7c

View File

@ -707,9 +707,9 @@
{ {
$appname = $GLOBALS['phpgw_info']['flags']['currentapp']; $appname = $GLOBALS['phpgw_info']['flags']['currentapp'];
} }
if (empty($phpgw_info['server']['template_set'])) if (empty($GLOBALS['phpgw_info']['server']['template_set']))
{ {
$phpgw_info['server']['template_set'] = 'default'; $GLOBALS['phpgw_info']['server']['template_set'] = 'default';
} }
$imagedir = PHPGW_SERVER_ROOT . '/' . $appname . '/templates/' $imagedir = PHPGW_SERVER_ROOT . '/' . $appname . '/templates/'