minor tweaks

This commit is contained in:
pete_morgan
2006-02-18 12:20:54 +00:00
parent 927139b1a3
commit baa6910c46
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ $smarty->display('index.tpl');
<link linkend="api.load.filter">load_filter()</link>, <link linkend="api.load.filter">load_filter()</link>,
<link linkend="variable.autoload.filters">$autoload_filters</link> <link linkend="variable.autoload.filters">$autoload_filters</link>
<link linkend="advanced.features.postfilters">postfilters</link> and <link linkend="advanced.features.postfilters">postfilters</link> and
<link linkend="variable.plugins.dir">plugins directory</link>. <link linkend="variable.plugins.dir">$plugins_dir</link>.
</para> </para>
</sect1> </sect1>
<!-- Keep this comment at the end of the file <!-- Keep this comment at the end of the file

View File

@@ -7,9 +7,9 @@
after they are compiled. Postfilters can be either after they are compiled. Postfilters can be either
<link linkend="api.register.postfilter">registered</link> or loaded <link linkend="api.register.postfilter">registered</link> or loaded
from the <link linkend="variable.plugins.dir">plugins directory</link> from the <link linkend="variable.plugins.dir">plugins directory</link>
by using by using the
<link linkend="api.load.filter">load_filter()</link> function or by <link linkend="api.load.filter">load_filter()</link> function or by
setting setting the
<link linkend="variable.autoload.filters">$autoload_filters</link> <link linkend="variable.autoload.filters">$autoload_filters</link>
variable. Smarty will pass the compiled template code as the first variable. Smarty will pass the compiled template code as the first
argument, and expect the function to return the result of the argument, and expect the function to return the result of the