CSS and JS files in modules
In our selected modules we had implemented new including method for stylesheets and scripts files.
In older modules you need to enable/disable manually script and mootools for each one. Additionaly in some modules you have to move manually link element to head section of document for correct page validation.
Now this process is automatic! The Module include stylesheet in head section and also search mootools script file. This way it will add this setting only if this script doesn’t exist in document head. This same situation is with module script engine.
Comments