mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 20:31:41 +02:00
Load Gallery Plugin Javascript and CSS only when needed.
This commit is contained in:
@@ -302,7 +302,7 @@ if (is_array($pref['e_footer_list']))
|
||||
//
|
||||
echo "\n\n<!-- ======= [JSManager] FOOTER: Remaining CSS ======= -->";
|
||||
|
||||
$CSSORDER = deftrue('CSSORDER') ? explode(",",CSSORDER) : array('other','core','plugin','theme','inline');
|
||||
$CSSORDER = deftrue('CSSORDER') ? explode(",",CSSORDER) : array('other','core','plugin','theme'); // INLINE CSS in Body not supported by HTML5. .
|
||||
|
||||
foreach($CSSORDER as $val)
|
||||
{
|
||||
|
Reference in New Issue
Block a user