mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Bootstrap3 admin is now the default.
This commit is contained in:
@@ -26,7 +26,7 @@ define('e_CAPTCHA_FONTCOLOR','#F9A533');
|
||||
$core = e107::getConfig('core');
|
||||
if($core->get('admintheme') != 'bootstrap' && $core->get('admintheme') != 'bootstrap3')
|
||||
{
|
||||
$core->update('admintheme','bootstrap');
|
||||
$core->update('admintheme','bootstrap3');
|
||||
$core->update('adminstyle','infopanel');
|
||||
$core->update('admincss','admin_dark.css');
|
||||
$core->set('e_jslib_core',array('prototype' => 'none', 'jquery'=> 'auto'));
|
||||
|
Reference in New Issue
Block a user