fenom/docs/tags/switch.md
2013-02-20 18:02:18 +04:00

13 lines
137 B
Markdown

Tag {switch}
============
```smarty
{switch <condition>}
{case <value1>}
...
{case <value2>}
...
{default}
...
{/switch}
```