Smarty : plugins [ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Procedural File: modifier.indent.php

Source Location: /bblog/smarty_plugins/modifier.indent.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_modifier_indent  [line 22]

string smarty_modifier_indent( string $string, [integer $chars = 4], [string $char = " "]  )

Smarty indent modifier plugin

Type: modifier
Name: indent
Purpose: indent lines of text

Parameters:
string   $string: 
integer   $chars: 
string   $char: 

Information Tags:
Link:  indent (Smarty online manual)

[ Top ]