Then it's the JS file
<script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
change to this
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>
AC_RunActiveContent.js" type="text/javascript"></script>
see the post above this one.
../Scripts/ = “includes/scripts/”
Same steps as last post.
or just copy the code above.
|