Projet

Général

Profil

Paste
Télécharger (197 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / bootstrap / theme / views / views-view-table.vars.php @ 87dbc3bf

1
<?php
2
/**
3
 * @file
4
 * views.vars.php
5
 */
6

    
7
/**
8
 * Implements hook_preprocess_views_view_table().
9
 */
10
function bootstrap_preprocess_views_view_table(&$vars) {
11
  $vars['classes_array'][] = 'table';
12
}