J
|
Jane 7/22/2008 |
Hi, {if $variable=="your value"} ... {/if} |
C
|
chaz author 7/22/2008 |
Thanks but no else ?? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=31283&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> |
J
|
Jane 7/22/2008 |
You can add else if needed: {if $variable=="your value"} ... {else} ... {/if} |