function fieldset_helper_preprocess_fieldset in Fieldset helper 7.2
Same name and namespace in other branches
- 6.2 fieldset_helper.theme.inc \fieldset_helper_preprocess_fieldset()
Implements hook_preprocess_fieldset().
File
- ./
fieldset_helper.theme.inc, line 126 - Theme functions for fieldset helper module
Code
function fieldset_helper_preprocess_fieldset(&$variables) {
_fieldset_helper_alter_fieldset($variables['element']);
}