views-view-table.vars.php 495 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * @file
  4. * Stub file for "views_view_table" theme hook [pre]process functions.
  5. */
  6. /**
  7. * Pre-processes variables for the "views_view_table" theme hook.
  8. *
  9. * See template for list of available variables.
  10. *
  11. * @see views-view-table.tpl.php
  12. *
  13. * @ingroup theme_preprocess
  14. */
  15. function bootstrap_preprocess_views_view_table(&$variables) {
  16. bootstrap_include('bootstrap', 'templates/system/table.vars.php');
  17. _bootstrap_table_add_classes($variables['classes_array'], $variables);
  18. }