- Timestamp:
- 2013/06/08 16:35:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/smarty_extends/function.html_radios_ex.php
r22567 r22856 109 109 110 110 if (isset($options)) { 111 112 111 foreach ($options as $_key=>$_val) 113 112 $_html_result[] = smarty_function_html_radios_output_ex($name, $_key, $_val, $selected, $extra, $separator, $labels, $label_ids, $tags); 114 113 115 114 } else { 116 117 115 foreach ($values as $_i=>$_key) { 118 116 $_val = isset($output[$_i]) ? $output[$_i] : '';
Note: See TracChangeset
for help on using the changeset viewer.
