mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
reword a bit, explain multiple plugin dirs
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
<sect1 id="variable.plugins.dir">
|
||||
<title>$plugins_dir</title>
|
||||
<para>
|
||||
This is the directories where Smarty will look for the plugins that it
|
||||
needs. Default is "plugins" under the SMARTY_DIR. If you supply a
|
||||
relative path, Smarty will first look under the SMARTY_DIR, then
|
||||
relative to the cwd (current working directory), then relative to each
|
||||
entry in your PHP include path.
|
||||
This is the directory (or directories) where Smarty will look for the
|
||||
plugins that it needs. Default is "plugins" under the SMARTY_DIR. If you
|
||||
supply a relative path, Smarty will first look under the SMARTY_DIR, then
|
||||
relative to the cwd (current working directory), then relative to the PHP
|
||||
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>
|
||||
<note>
|
||||
<title>Technical Note</title>
|
||||
@@ -37,4 +39,4 @@ End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
Reference in New Issue
Block a user