[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/image/contrib/image_gallery/views/theme/ -> image-gallery-view-image-gallery-terms.tpl.php (source)

   1  <?php
   2  // $Id: image-gallery-view-image-gallery-terms.tpl.php,v 1.1 2009/08/27 12:10:57 joachim Exp $
   3  /**
   4   * @file
   5   * Template for a list of gallery terms.
   6   *
   7   * - $title : The title of this group of rows.  May be empty.
   8   * - $options['type'] will either be ul or ol.
   9   * @ingroup views_templates
  10   */
  11  ?>
  12  <div class="item-list image-gallery-terms clear-block">
  13    <?php if (!empty($title)) : ?>
  14      <h3><?php print $title; ?></h3>
  15    <?php endif; ?>
  16    <<?php print $options['type']; ?> class="galleries">
  17      <?php foreach ($rows as $id => $row): ?>
  18        <li class="<?php print $classes[$id]; ?> clear-block"><?php print $row; ?></li>
  19      <?php endforeach; ?>
  20    </<?php print $options['type']; ?>>
  21  </div>


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