Projet

Général

Profil

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

root / drupal7 / sites / all / themes / bootstrap / templates / views / views-view-table.vars.php @ 27370441

1
<?php
2
/**
3
 * @file
4
 * Stub file for "views_view_table" theme hook [pre]process functions.
5
 */
6

    
7
/**
8
 * Pre-processes variables for the "views_view_table" theme hook.
9
 *
10
 * See template for list of available variables.
11
 *
12
 * @see views-view-table.tpl.php
13
 *
14
 * @ingroup theme_preprocess
15
 */
16
function bootstrap_preprocess_views_view_table(&$variables) {
17
  bootstrap_include('bootstrap', 'templates/system/table.vars.php');
18
  _bootstrap_table_add_classes($variables['classes_array'], $variables);
19
}