Skip to content
Umakant Patil edited this page Dec 11, 2013 · 1 revision

{if},{elseif},{else}

{if $foo != 'bar'}
    bar
{elseif $foo == 'abc'}
    buh
{else}
    smth else
{/if}
Clone this wiki locally