Projet

Général

Profil

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

root / drupal7 / sites / all / modules / flexslider / flexslider_views / theme / flexslider-views.tpl.php @ cb17e347

1
<?php
2

    
3
/**
4
 * @file
5
 * Stub template file to call the main FlexSlider theme
6
 *
7
 * We can't set the Views display to use the other theme directly since it
8
 * agressively changes settings of the core theme function if we do.
9
 * So we have to have this stub theme instead.
10
 *
11
 * @author Mathew Winstone <mwinstone@coldfrontlabs.ca>
12
 */
13

    
14
print theme('flexslider', array('items' => $items, 'settings' => $settings));