1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Load Gallery Plugin Javascript and CSS only when needed.

This commit is contained in:
Cameron
2015-05-23 13:09:44 -07:00
parent 88c343a793
commit cfcce0ed03
5 changed files with 80 additions and 11 deletions

View File

@@ -1305,7 +1305,7 @@ class e_jsmanager
{
echo "<!-- [CSSManager] ".$label." -->\n";
}
echo '<style type="text/css">';
echo '<style rel="stylesheet" type="text/css" property="stylesheet">';
echo implode("\n\n", $content_array);
echo '</style>';
echo "\n";