1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

make sure backcompat.css is loaded if it's legacy or no bootstrap theme

This commit is contained in:
Achim Ennenbach
2018-07-22 21:24:06 +02:00
parent 262dc7f36b
commit 67ced370d3

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