forked from extern/egroupware
GLOBALS
This commit is contained in:
parent
a3a7af4690
commit
3e12c20d7c
@ -707,9 +707,9 @@
|
||||
{
|
||||
$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/'
|
||||
|
Loading…
Reference in New Issue
Block a user