View Single Post
  #4  
Old 04-25-2007, 07:41 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Banner Rotating Script - Smarty Error

Javascript code often has tags such as brackets which smarty will try to interpret as smarty code, the literal tags says to take it literally and not parse it. In short, javascript doesn't always need the literal tags, but most often does.
Reply With Quote