You are here

function template_preprocess_views_data_export_doc_body in Views data export 7.3

Same name and namespace in other branches
  1. 6.3 theme/views_data_export.theme.inc \template_preprocess_views_data_export_doc_body()
  2. 6 theme/views_data_export.theme.inc \template_preprocess_views_data_export_doc_body()
  3. 6.2 theme/views_data_export.theme.inc \template_preprocess_views_data_export_doc_body()
  4. 7.4 theme/views_data_export.theme.inc \template_preprocess_views_data_export_doc_body()
  5. 7 theme/views_data_export.theme.inc \template_preprocess_views_data_export_doc_body()

Implements hook_preprocess_views_data_export_doc_body().

File

theme/views_data_export.theme.inc, line 265
Theme related functions for processing our output style plugins.

Code

function template_preprocess_views_data_export_doc_body(&$vars) {

  // Pass through the generic MS Office preprocess.
  template_preprocess_views_data_export_msoffice_body($vars);
}