1
0
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:
Cameron
2015-07-17 18:22:56 -07:00
parent 5b9221cc28
commit 129ef52310
4 changed files with 38 additions and 3 deletions

View File

@@ -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'));