mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
Bootstrap3 styling fixes and some removal of deprecated save_prefs() usage.
This commit is contained in:
@@ -24,7 +24,7 @@ define('e_CAPTCHA_FONTCOLOR','#F9A533');
|
||||
|
||||
// Required for a clean v1.x -> v2 upgrade.
|
||||
$core = e107::getConfig('core');
|
||||
if($core->get('admintheme') != 'bootstrap')
|
||||
if($core->get('admintheme') != 'bootstrap' && $core->get('admintheme') != 'bootstrap3')
|
||||
{
|
||||
$core->update('admintheme','bootstrap');
|
||||
$core->update('adminstyle','infopanel');
|
||||
|
Reference in New Issue
Block a user