Thread: search bar
View Single Post
  #6  
Old 07-21-2010, 10:07 AM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: search bar

If your using javascript or css inside .tpl files you need to surrond them with {literal}{/literal} tags because smarty uses {} and thinks your trying to use smarty when instead your not.
Literal tags tell it everything between is not smarty and parse is as it normally would.
__________________
- Shane Munroe
Reply With Quote