Re: Javascript smarty Error
Sure...
Just add the literal (in red) tags to the script.
{literal}
<script type="text/javascript">
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
</script>{/literal}
|