Posted by pbaker on 10/21/05 16:42
Hi,
i have a problem with my templates.
this is some template...
[code]
{assign var="foo" value=$smarty.get.bar}
{if $foo eq "something"}
<tr><td>show my webpage</td></tr>
{/if}
{if $foo eq "somethingelse"}
<tr><td>show another page</td></tr>
{/if}
......
......
[/code]
everything is ok when the foo variable eq the $smarty.get.bar
but i want to display the default value... !
i want to do in smarty something like switch instruction in php...
any suggestion?
ps.: sorry 4 my english :P
Navigation:
[Reply to this message]
|