mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01: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']['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);
|
||||
|
||||
$GLOBALS['egw']->framework = Framework::factory();
|
||||
|
Loading…
Reference in New Issue
Block a user