reword a bit, explain multiple plugin dirs

This commit is contained in:
mohrt
2005-02-11 15:58:11 +00:00
parent d09bf041a4
commit 6ac55456b2

View File

@@ -3,11 +3,13 @@
<sect1 id="variable.plugins.dir"> <sect1 id="variable.plugins.dir">
<title>$plugins_dir</title> <title>$plugins_dir</title>
<para> <para>
This is the directories where Smarty will look for the plugins that it This is the directory (or directories) where Smarty will look for the
needs. Default is "plugins" under the SMARTY_DIR. If you supply a plugins that it needs. Default is "plugins" under the SMARTY_DIR. If you
relative path, Smarty will first look under the SMARTY_DIR, then supply a relative path, Smarty will first look under the SMARTY_DIR, then
relative to the cwd (current working directory), then relative to each relative to the cwd (current working directory), then relative to the PHP
entry in your PHP include path. include_path. If $plugins_dir is an array of directories, Smarty will
search for your plugin in each plugin directory in the order they are
given.
</para> </para>
<note> <note>
<title>Technical Note</title> <title>Technical Note</title>