Any reason you have 2 calls to loadCSS? you could combine them into a single one. (You should add "IDs" to your loadCSS and loadJS calls as well).
As an example, here is how I am overriding core's jquery in a FarCry site: <skin:registerJs id="jquery" baseHref="#application.fapi.getWebRoot()#/js" lFiles="jquery-1.4.4.min.js" append="var $j = jQuery.noConflict(); var $ = jQuery.noConflict();" /> So for all your javascript libraries you need, you can load them here, then use lCombineIDs to combine them into a single file, example (untested): <skin:loadJs id="all-your-js-are-belong-to-us" lCombineIds="jquery,jquery-tooltip,some-otherlibrary-id,etc,etc" /> -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
