You are here

function views_fieldsets_preprocess_views_view_fields in Views fieldsets 7

Same name and namespace in other branches
  1. 8.3 views_fieldsets.module \views_fieldsets_preprocess_views_view_fields()
  2. 7.2 views_fieldsets.module \views_fieldsets_preprocess_views_view_fields()

Implements template_preprocess_views_view_fields().

Preprocessor for Views' row style template.

File

./views_fieldsets.module, line 29
Hooks, helpers and theming for the Views Fieldsets module.

Code

function views_fieldsets_preprocess_views_view_fields(&$variables) {
  views_fieldsets_preprocess_views_view_fields__2($variables);
}