Mercurial > hg > rr-repo
comparison sites/all/modules/flexslider_views_slideshow/theme/flexslider-views-slideshow-main-frame-row.tpl.php @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:67ce89da90df | 2:b74b41bb73f0 |
---|---|
1 <?php | |
2 | |
3 /** | |
4 * @file | |
5 * Template for the FlexSlider row | |
6 * | |
7 * @author Mathew Winstone (minorOffense) <mwinstone@coldfrontlabs.ca> | |
8 */ | |
9 ?> | |
10 <li class="<?php print $classes; ?>"> | |
11 <?php print $rendered_items; ?> | |
12 </li> |