fenom/docs/ru/tags/autotrim.md

13 lines
239 B
Markdown
Raw Normal View History

2014-08-06 22:42:42 +04:00
Тег {autotrim}
2014-08-01 12:12:19 +04:00
==============
2014-08-06 22:42:42 +04:00
Задает индивидуальное значение параметра `auto_trim` на фрагмент шаблона:
2014-08-01 12:12:19 +04:00
```smarty
{autotrim true}
...
2014-08-06 22:42:42 +04:00
Text: {$text}
2014-08-01 12:12:19 +04:00
...
{/autotrim}
```