1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Merge pull request #3308 from SimSync/backcompat_bootstrap

make sure backcompat.css is loaded if it's legacy or no bootstrap theme
This commit is contained in:
Cameron
2018-07-25 10:25:13 -07:00
committed by GitHub

View File

@@ -194,7 +194,7 @@ if (/*!defined("PREVIEWTHEME") && */! (isset($no_core_css) && $no_core_css !==tr
$e_js->otherCSS('{e_WEB_CSS}e107.css');
}
if(THEME_LEGACY === true)
if(THEME_LEGACY === true || !deftrue('BOOTSTRAP'))
{
$e_js->otherCSS('{e_WEB_CSS}backcompat.css');
}