| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
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>
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 |