View Single Post
  #2 (permalink)  
Old 05-08-08, 12:33 PM
Vicious's Avatar
Vicious Vicious is offline
Community VIP
 
Join Date: Jan 2007
Location: Belgium
Posts: 584
Thanks: 0
Thanked 0 Times in 0 Posts
Set all your Javascript functionality between {literal}{/literal} tags.
If you don't, then smarty will try to parse curly brackets. So this:
javascript Code:
  1. function foo(){
  2. var bar = "baz";
  3. }
Will be parsed to {var ... }
And that of course doesn't exist.
__________________
Jack Bauer makes Chuck Norris cry
Reply With Quote