- 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_checkboxes_ex.php
r21479 r22567 39 39 * @uses smarty_function_escape_special_chars() 40 40 */ 41 function smarty_function_html_checkboxes_ex($params, &$smarty) { 41 function smarty_function_html_checkboxes_ex($params, &$smarty) 42 { 42 43 require_once $smarty->_get_plugin_filepath('shared','escape_special_chars'); 43 44 … … 127 128 } 128 129 129 function smarty_function_html_checkboxes_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) { 130 function smarty_function_html_checkboxes_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) 131 { 130 132 $_output = ''; 131 133
Note: See TracChangeset
for help on using the changeset viewer.
