mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-18 16:06:53 +02:00
GLOBALS
This commit is contained in:
parent
a3a7af4690
commit
3e12c20d7c
@ -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/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user