mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +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:
@@ -194,7 +194,7 @@ if (/*!defined("PREVIEWTHEME") && */! (isset($no_core_css) && $no_core_css !==tr
|
|||||||
$e_js->otherCSS('{e_WEB_CSS}e107.css');
|
$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');
|
$e_js->otherCSS('{e_WEB_CSS}backcompat.css');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user