bxslider-views-slideshow-main-frame-row.tpl.php in BxSlider - Views slideshow integration 7
Integrating BxSlider with Views Slideshow.
1 theme call to bxslider-views-slideshow-main-frame-row.tpl.php
- template_preprocess_bxslider_views_slideshow_main_frame in theme/
bxslider_views_slideshow.theme.inc - Process variables for views-bxslider-main-frame.tpl.php.
File
theme/bxslider-views-slideshow-main-frame-row.tpl.phpView source
<?php
/**
* @file
* Integrating BxSlider with Views Slideshow.
*/
?>
<li id="views_slideshow_cycle_div_<?php
print $variables['vss_id'];
?>_<?php
print $variables['current_row'];
?>" class="<?php
print $classes;
?>">
<?php
print $items;
?>
</li>