XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
outputfilter.trimwhitespace.php File Reference

Go to the source code of this file.

Namespaces

namespace  Smarty
 

Functions

 smarty_outputfilter_trimwhitespace ($source, &$smarty)
 
 smarty_outputfilter_trimwhitespace_replace ($search_str, $replace, &$subject)
 

Function Documentation

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 <SCRIPT></SCRIPT> blocks.
Install: Drop into the plugin directory, call $smarty->load_filter('output','trimwhitespace'); from application.

Author
Monte Ohrt <monte at="" ohrt="" dot="" com>="">
Contributions from Lars Noschinski lars@.nosp@m.usen.nosp@m.et.no.nosp@m.schi.nosp@m.nski..nosp@m.de
Version
1.3
Parameters
string
Smarty

Definition at line 28 of file outputfilter.trimwhitespace.php.

References smarty_outputfilter_trimwhitespace_replace().

Here is the call graph for this function:

smarty_outputfilter_trimwhitespace_replace (   $search_str,
  $replace,
$subject 
)

Definition at line 64 of file outputfilter.trimwhitespace.php.

Referenced by smarty_outputfilter_trimwhitespace().

Here is the caller graph for this function: