Skip to content
miroshnikov edited this page Mar 27, 2015 · 1 revision

{if},{elseif},{else}

{if $foo != 'bar'}
   bar
{elseif $foo == 'abc'}
   buh
{else}
   smth else
{/if}

Clone this wiki locally