You are here

function template_preprocess_views_flipped_table in Views Flipped Table 6

Same name and namespace in other branches
  1. 7 views_flipped_table.module \template_preprocess_views_flipped_table()

Make sure the $header variable is passed to the theme file.

File

./views_flipped_table.module, line 19
views_flipped_table.module Flipped table style plugin, flipping rows and columns.

Code

function template_preprocess_views_flipped_table(&$vars) {
  template_preprocess_views_view_table($vars);
}