XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
modifier.indent.php
Go to the documentation of this file.
1
<?php
23
function
smarty_modifier_indent
($string,$chars=4,$char=
" "
)
24
{
25
return
preg_replace(
'!^!m'
,str_repeat($char,$chars),$string);
26
}
27
28
?>
L:
0xoops
xoops-2.5.6
htdocs
class
smarty
plugins
modifier.indent.php
Generated on Fri May 10 2013 01:04:24 for XOOPS 2.5.6 by
1.8.3.1