« Earlier 1 items total Later »

On this page: 

Not processing javascript in smarty templates

Use {literal}...{/literal} tags around the javascript within your smarty template:

{literal}
<script language="text/javascript">
...
</script>
{/literal}

« Earlier 1 items total Later »