I use the following call to reference an all-in-one jar file that works in several themes. I created a "scripts" directory in my wp-andreas09 theme that resides in the themes root directory, if you will.
The line in the header looks like this:
<script language="javascript" type="text/javascript" src="http://totalphysiqueonline.com/wordpress/wp-content/themes/wp-andreas09/scripts/all-spice.js"></script>
Url to the js file is valid and works, and points to the file correctly, yet, when I try to get my theme to recognize it using the call line above, it fails to see the jar file.
What am I overlooking here?
Thanks