fenom/docs/en/tags/filter.md
2014-08-02 00:24:14 +04:00

10 lines
248 B
Markdown

Tags {filter}
=============
Позволяет применить модификаторы на фрагмент шаблона
```smarty
{filter|strip_tags|truncate:20}
Remove all HTML <b>tags</b> and truncate {$text} to 20 symbols
{/filter}
```