You are here

gallery-teaser.tpl.php in Node Gallery 6.2

File

theme/gallery-teaser.tpl.php
View source
<div class="gallery-teaser">
  <?php

if (is_array($gallery_teaser)) {
  print theme('item_list', $gallery_teaser);
}
else {
  print $gallery_teaser;
}
?>
</div>