mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-28 13:51:44 +02:00
replace (login_)template_set="idots" with "default"
This commit is contained in:
parent
08549368a0
commit
eb07902d4e
@ -115,6 +115,11 @@ else
|
|||||||
$GLOBALS['egw_info']['server']['template_set'] =
|
$GLOBALS['egw_info']['server']['template_set'] =
|
||||||
$GLOBALS['egw_info']['login_template_set'] = $prefs->data['common']['template_set'];
|
$GLOBALS['egw_info']['login_template_set'] = $prefs->data['common']['template_set'];
|
||||||
}
|
}
|
||||||
|
if ($GLOBALS['egw_info']['login_template_set'] == 'idots')
|
||||||
|
{
|
||||||
|
$GLOBALS['egw_info']['server']['template_set'] =
|
||||||
|
$GLOBALS['egw_info']['login_template_set'] = 'default';
|
||||||
|
}
|
||||||
unset($prefs); unset($class);
|
unset($prefs); unset($class);
|
||||||
|
|
||||||
$GLOBALS['egw']->framework = Framework::factory();
|
$GLOBALS['egw']->framework = Framework::factory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user