You are here

function template_preprocess_ds_row_fields in Display Suite 6.3

Same name and namespace in other branches
  1. 6 theme/theme.inc \template_preprocess_ds_row_fields()
  2. 6.2 theme/theme.inc \template_preprocess_ds_row_fields()
  3. 7.2 views/views_plugin_ds_fields_view.inc \template_preprocess_ds_row_fields()
  4. 7 views/views_plugin_ds_fields_view.inc \template_preprocess_ds_row_fields()

Preprocess theme function to print a single record from a row, with fields.

File

theme/theme.inc, line 606
Theming functions for ds.

Code

function template_preprocess_ds_row_fields(&$vars) {
  template_preprocess_views_view_fields($vars);
}