You are here

function fieldset_helper_preprocess_fieldset in Fieldset helper 6.2

Same name and namespace in other branches
  1. 7.2 fieldset_helper.theme.inc \fieldset_helper_preprocess_fieldset()

Implementation of hook_preprocess_fieldset().

File

./fieldset_helper.theme.inc, line 131
Theme functions for fieldset helper module

Code

function fieldset_helper_preprocess_fieldset(&$variables) {
  fieldset_helper_alter_theme_fieldset($variables['element']);
}