mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
reword a bit, explain multiple plugin dirs
This commit is contained in:
@@ -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>
|
||||||
@@ -37,4 +39,4 @@ End:
|
|||||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||||
vim: et tw=78 syn=sgml
|
vim: et tw=78 syn=sgml
|
||||||
vi: ts=1 sw=1
|
vi: ts=1 sw=1
|
||||||
-->
|
-->
|
||||||
|
Reference in New Issue
Block a user