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:
commit
edf18fb00f
@ -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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user