You are here

function fieldset_helper_preprocess_fieldgroup in Fieldset helper 6.2

Implementation of hook_preprocess_fieldgroup().

File

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

Code

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