[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/gallery/ -> gallery-block-image-block.tpl.php (source)

   1  <?php
   2  // $Id: gallery-block-image-block.tpl.php,v 1.1.2.1 2008/03/08 16:27:25 kiz0987 Exp $
   3  
   4  /**
   5   * @file gallery-block-image-block.tpl.php
   6   * Default theme implementation to display a Gallery image block.
   7   *
   8   * Available variables:
   9   * - $class: The CSS class for the block.
  10   * - $content: The image HTML from Gallery2.
  11   *
  12   * @see template_preprocess_gallery_block_image_block()
  13   */
  14  ?>
  15  <div class="<?php print $class; ?>">
  16    <?php print $content; ?>
  17  </div>


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