- Timestamp:
- 2013/02/18 19:09:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/smarty_extends/function.html_radios_ex.php
r21527 r22567 39 39 * @uses smarty_function_escape_special_chars() 40 40 */ 41 function smarty_function_html_radios_ex($params, &$smarty) { 41 function smarty_function_html_radios_ex($params, &$smarty) 42 { 42 43 require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); 43 44 … … 129 130 } 130 131 131 function smarty_function_html_radios_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) { 132 function smarty_function_html_radios_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) 133 { 132 134 $_output = ''; 133 135
Note: See TracChangeset
for help on using the changeset viewer.
