From 67ced370d38da6e7fbb08f3b8d339a7f97ae8d87 Mon Sep 17 00:00:00 2001 From: Achim Ennenbach Date: Sun, 22 Jul 2018 21:24:06 +0200 Subject: [PATCH] make sure backcompat.css is loaded if it's legacy or no bootstrap theme --- e107_core/templates/header_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/templates/header_default.php b/e107_core/templates/header_default.php index c233c7a4a..0eb43e1f8 100644 --- a/e107_core/templates/header_default.php +++ b/e107_core/templates/header_default.php @@ -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'); }