How can I tell if my site template uses MooTools?
The easiest way is to look at the html source code for ANY page of your site. Search for the mootools.js library being referenced... anywhere.
But... it's not always that simple. Some modules *may* load mootools themselves, if it's not already loaded with your site template. These modules typically are the ones with fancy javascript effects... like menuing, slide shows, fade away images, etc. It may be a bit tougher to determine if you site is loading mootools.js if it gets loaded as part of a module.
|