From 6ac55456b2c45bd5c0a4b787cd6857c42f793b04 Mon Sep 17 00:00:00 2001 From: mohrt Date: Fri, 11 Feb 2005 15:58:11 +0000 Subject: [PATCH] reword a bit, explain multiple plugin dirs --- .../api-variables/variable-plugins-dir.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/en/programmers/api-variables/variable-plugins-dir.xml b/docs/en/programmers/api-variables/variable-plugins-dir.xml index 36f4d98f..5291cd2e 100644 --- a/docs/en/programmers/api-variables/variable-plugins-dir.xml +++ b/docs/en/programmers/api-variables/variable-plugins-dir.xml @@ -3,11 +3,13 @@ $plugins_dir - 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. Technical Note @@ -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 ---> \ No newline at end of file +-->