function checkbox_validate_theme in Checkbox Validate 5
Same name and namespace in other branches
- 6 checkbox_validate.module \checkbox_validate_theme()
Implementation of hook_theme().
File
- ./
checkbox_validate.module, line 61
Code
function checkbox_validate_theme() {
return array(
'checkbox_validate_required' => array(
'arguments' => array(),
),
);
}