views-slideshow-cycle-main-frame-row.tpl.php in Views Slideshow 6.3
Same filename and directory in other branches
1 theme call to views-slideshow-cycle-main-frame-row.tpl.php
- _views_slideshow_cycle_preprocess_views_slideshow_cycle_main_frame in contrib/
views_slideshow_cycle/ theme/ views_slideshow_cycle.theme.inc - Views Slideshow: Theme the main frame wrapper.
File
contrib/views_slideshow_cycle/theme/views-slideshow-cycle-main-frame-row.tpl.phpView source
<div<?php
print drupal_attributes($attributes);
?>>
<?php
print $rendered_items;
?>
</div>