mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
Fix default style
This commit is contained in:
parent
a6e341274e
commit
c036b84ebd
@ -31,7 +31,7 @@ if($adminTheme !== 'bootstrap3' && $adminTheme !== 'bootstrap5')
|
||||
{
|
||||
$core->update('admintheme','bootstrap3');
|
||||
$core->update('adminstyle','infopanel');
|
||||
$core->update('admincss','admin_dark.css');
|
||||
$core->update('admincss','css/bootstrap-dark.min.css');
|
||||
$core->set('e_jslib_core',array('prototype' => 'none', 'jquery'=> 'auto'));
|
||||
$core->save();
|
||||
e107::getRedirect()->redirect(e_SELF);
|
||||
|
Loading…
x
Reference in New Issue
Block a user