Source Location: /smarty/libs/plugins/modifier.indent.php
Smarty plugin
string smarty_modifier_indent(
string $string, [integer $chars = 4], [string $char = " "])
[line 23]
Smarty indent modifier plugin
Type: modifier
Name: indent
Purpose: indent lines of text
[ Top ]