rename this style sheet to stylesheet_amazon_scroller.css , and put it into includes/templates/YOUR_TEMPLATE/css<link href="css/amazon_scroller.css" rel="stylesheet" type="text/css"></link>
If there isn't a more recent version already running on your page, rename it to jscript_jquery-1.3.2.min.js , and copy it to includes/templates/YOUR_TEMPLATE/jscript<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
rename it to jscript_amazon_scroller.js , and copy it to includes/templates/YOUR_TEMPLATE/jscript<script type="text/javascript" src="js/amazon_scroller.js"></script>
now these will be loaded on all your pages.
check within your other files if you have any reference to these files and determine if you need rename the references or if they can be deleted from the code (because they are already auto-loaded.


Reply With Quote
