[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/ -> views-slideshow-singleframe.tpl.php (source)

   1  <?php
   2  
   3  /**
   4   * @file
   5   * Views Slideshow: Single Frame template file.
   6   */
   7  ?>
   8  
   9  <?php if ($controls_top || $pager_top || $image_count_top): ?>
  10    <div class="views-slideshow-controls-top clear-block">
  11      <?php print $controls_top; ?>
  12      <?php print $pager_top; ?>
  13      <?php print $image_count_top; ?>
  14    </div>
  15  <?php endif; ?>
  16  
  17  <?php print $slideshow; ?>
  18  
  19  <?php if ($controls_bottom || $pager_bottom || $image_count_bottom): ?>
  20    <div class="views-slideshow-controls-bottom clear-block">
  21      <?php print $controls_bottom; ?>
  22      <?php print $pager_bottom; ?>
  23      <?php print $image_count_bottom; ?>
  24    </div>
  25  <?php endif; ?>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7