Source Location: /smarty/libs/plugins/outputfilter.trimwhitespace.php
Smarty plugin
void smarty_outputfilter_trimwhitespace(
string $source, Smarty &$smarty)
[line 28]
Smarty trimwhitespace outputfilter plugin
File: outputfilter.trimwhitespace.php
Type: outputfilter
Name: trimwhitespace
Date: Jan 25, 2003
Purpose: trim leading white space and blank lines from template source after it gets interpreted, cleaning up code and saving bandwidth. Does not affect PRE>></PRE> and <SCRIPT></SCRIPT> blocks.
Install: Drop into the plugin directory, call
[ Top ]
void smarty_outputfilter_trimwhitespace_replace(
$search_str, $replace, &$subject)
[line 64]
[ Top ]