Anne,
I am not sure if this has been reported to you yet, but the loading of "jquery.carouFredSel-6.0.2.js" gives a ssl error when sites are in https.
in the files tpl_index_default.php and tpl_index_categories.php
the line:
PHP Code:
<script type="text/javascript" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
Should IMHO be changed to:
PHP Code:
<script type="text/javascript" src="<?php echo DIR_WS_CATALOG . DIR_WS_TEMPLATE; ?>jscript/jquery.carouFredSel-6.0.2.js"></script>
Bookmarks