mirror of
https://github.com/smarty-php/smarty.git
synced 2026-02-01 02:59:50 +01:00
allow plugins_dir to be an array of directories
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
* month values (Gary Loescher)
|
||||
* -------------------------------------------------------------
|
||||
*/
|
||||
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_date($params, &$smarty)
|
||||
{
|
||||
/* Default values. */
|
||||
|
||||
Reference in New Issue
Block a user