allow plugins_dir to be an array of directories

This commit is contained in:
mohrt
2002-06-26 14:51:12 +00:00
parent 347b62ce4f
commit 3dbab9bedc
11 changed files with 90 additions and 86 deletions

View File

@@ -8,8 +8,8 @@
* Purpose: Prints the dropdowns for time selection
* -------------------------------------------------------------
*/
require_once SMARTY_DIR . $this->plugins_dir . '/shared.make_timestamp.php';
require_once SMARTY_DIR . $this->plugins_dir . '/function.html_options.php';
require_once $this->_get_plugin_filepath('shared','make_timestamp');
require_once $this->_get_plugin_filepath('function','html_options');
function smarty_function_html_select_time($params, &$smarty)
{
/* Default values. */