View Single Post
  #1  
Old 09-14-2005, 11:31 AM
 
Steele Steele is offline
 

Member
  
Join Date: Feb 2005
Posts: 10
 

Default Dollar Sign in Smarty

Hi all,
How can I compare a string containing dollar sign in smarty?

This:
{if $variable eq "From $79 to $89"}
does not work.

I tried back ticks:
{if $variable eq "From `$`79 to `$`89"}
and also back slashes, but that does not work either.

The string never matches...

Any idea?

Thanks.
__________________
Version 4.0.10
Reply With Quote