fenom/docs/tags/filter.md
2013-02-19 09:51:33 +04:00

10 lines
245 B
Markdown

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