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
|