You are here

theme.inc in Views Bootstrap 7

File

templates/thumbnail/theme.inc
View source
<?php

/**
 * Implementation of template preprocess for the view.
 */
function template_preprocess_views_bootstrap_thumbnail_plugin_style(&$vars) {
  $vars['column_type'] = 'span' . $vars['view']->style_options['column_type'];
  $vars['classes_array'][] = 'thumbnails';
}

Functions

Namesort descending Description
template_preprocess_views_bootstrap_thumbnail_plugin_style Implementation of template preprocess for the view.