mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
Added html_select_time custom function.
This commit is contained in:
@@ -85,6 +85,7 @@ class Smarty
|
||||
|
||||
var $custom_funcs = array( 'html_options' => 'smarty_func_html_options',
|
||||
'html_select_date' => 'smarty_func_html_select_date',
|
||||
'html_select_time' => 'smarty_func_html_select_time',
|
||||
'math' => 'smarty_func_math',
|
||||
'fetch' => 'smarty_func_fetch'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user