1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-25 00:41:52 +02:00

Issue #5373 - for testing

This commit is contained in:
camer0n
2025-01-13 11:20:05 -08:00
parent 73c5760cbb
commit d86eeac7bc

View File

@@ -27,7 +27,7 @@ define('e_CAPTCHA_FONTCOLOR','#F9A533');
// Required for a clean v1.x -> v2 upgrade.
$core = e107::getConfig();
$adminTheme = $core->get('admintheme');
if($adminTheme !== 'bootstrap3'/* && $adminTheme !== 'bootstrap5'*/)
if($adminTheme !== 'bootstrap3' && $adminTheme !== 'bs5')
{
$core->update('admintheme','bootstrap3');
$core->update('adminstyle','infopanel');