mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 19:14:09 +02:00
Issue #3104 Library CSS fix for late calls. (eg. bootstrap-switch )
This commit is contained in:
@@ -305,7 +305,7 @@ if(deftrue('e_DEVELOPER'))
|
||||
{
|
||||
echo "\n\n<!-- ======= [JSManager] FOOTER: Remaining CSS ======= -->";
|
||||
}
|
||||
$CSSORDER = deftrue('CSSORDER') ? explode(",",CSSORDER) : array('other','core','plugin','theme'); // INLINE CSS in Body not supported by HTML5. .
|
||||
$CSSORDER = deftrue('CSSORDER') ? explode(",",CSSORDER) : array('library','other','core','plugin','theme'); // INLINE CSS in Body not supported by HTML5. .
|
||||
|
||||
foreach($CSSORDER as $val)
|
||||
{
|
||||
|
Reference in New Issue
Block a user