mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-29 11:21:36 +01:00
allow plugins_dir to be an array of directories
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user