v1/Crm/Extend/smarty/pluginsoutputfilter.trimwhitespace.php

Smarty plugin

Functions

smarty_outputfilter_trimwhitespace()

smarty_outputfilter_trimwhitespace(  $source,   $smarty) 

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 <

>
and blocks.
Install: Drop into the plugin directory, call $smarty->load_filter('output','trimwhitespace'); from application.

Parameters

$source
$smarty

smarty_outputfilter_trimwhitespace_replace()

smarty_outputfilter_trimwhitespace_replace(  $search_str,   $replace,   $subject) 

Parameters

$search_str
$replace
$subject