Posted by Pete Morgan on 10/21/05 16:58
pbaker wrote:
> 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>
{elseif $foo eq "somethingelse"}
<tr><td>show another page</td></tr>
{else}
<tr><td>Default</td></tr>
{/if}
Have fun Enjoy smarty ;-)
pete
>
> .....
> .....
>
> [/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]
|