View Single Post
  #4 (permalink)  
Old 06-07-2007, 07:51 AM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 331
Default

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