1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01: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
commit edf18fb00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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