Add 'in' modifier

This commit is contained in:
bzick
2013-02-23 17:37:04 +04:00
parent 7631e3508d
commit c45c6dc2d2
3 changed files with 28 additions and 6 deletions

8
docs/mods/in.md Normal file
View File

@ -0,0 +1,8 @@
Modifier |in
============
```smarty
{if $number|in:[1, 3, 55]}
...
{/if}
```