.JS and .CSS Location

Hello - is there any one who can let me know as far changing the location of all .js scripts and .css scripts how I can change the location so they can be called from a different directory or server.



Thanks.

What specifically are you trying to do/accomplish?

css and js can be added by addon within the addon template directories. Or are you referring to the standard js/css files?

CSS is always assumed to be in the root of the skin being used (version dependent). JS is usually a constant defined as DIR_JS in either prepare.php or config.php (I forget which and can't look right now).