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

Issue #3104 Library CSS fix for late calls. (eg. bootstrap-switch )

This commit is contained in:
Cameron
2018-05-12 11:45:55 -07:00
parent b71d7704fa
commit ac4b505ceb
4 changed files with 11 additions and 1 deletions

View File

@@ -271,6 +271,7 @@ unset($e_headers);
echo "\n<!-- Library CSS -->\n";
$e_js->renderJs('library_css', false, 'css', false);
echo "\n<!-- footer_library_css -->\n"; // substituted in footer when detected.
// Other CSS - from unknown location, different from core/theme/plugin location or backward compatibility
$e_js->renderJs('other_css', false, 'css', false);