View Single Post
  #10 (permalink)  
Old 04-27-2007, 02:41 PM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 332
Default

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.