Added html_select_time custom function.

This commit is contained in:
andrey
2001-03-10 20:39:16 +00:00
parent 0892a299ae
commit dfdfeb9a2f
4 changed files with 86 additions and 8 deletions
+1
View File
@@ -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'
);