| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * @file 5 * Views Slideshow: Thumbnail Hover template file. 6 */ 7 ?> 8 9 <?php if ($controls_top || $image_count_top || $breakout_top): ?> 10 <div class="views-slideshow-controls-top clear-block"> 11 <?php print $controls_top; ?> 12 <?php print $breakout_top; ?> 13 <?php print $image_count_top; ?> 14 </div> 15 <?php endif; ?> 16 17 <?php print $slideshow; ?> 18 19 <?php if ($breakout_bottom || $controls_bottom || $image_count_bottom): ?> 20 <div class="views-slideshow-controls-bottom clear-block"> 21 <?php print $breakout_bottom; ?> 22 <?php print $controls_bottom; ?> 23 <?php print $image_count_bottom; ?> 24 </div> 25 <?php endif; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |