fenom/docs/tags/filter.md
2013-02-13 18:51:53 +04:00

10 lines
245 B
Markdown

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