Hi this is on todo list but it's tricky.
Add this line of code inside the head tags of your index.php template
<head>
<script src="<?php echo "$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/images/"; ?>
AC_RunActiveContent.js" type="text/javascript"></script>
</head>
You also need to copy and the AC_RunActiveContent.js files from the scripts folder to the images folder.
Then re run the update wizard so the js file is added to the xml file.
that should do it.
Cheers,
Brian
|