You are here

gallery-image-thumbnail.tpl.php in Node Gallery 6.2

File

theme/gallery-image-thumbnail.tpl.php
View source
<div class="image-thumbnail-view <?php

if ($type) {
  print "image-thumbnail-" . $type;
}
?>">
  <div class="image-thumbnail"><?php

print $image_output;
?></div>
  <?php

if ($mode == NODE_GALLERY_VIEW_IMAGE_LIST) {
  ?>
    <div class="image-title"><?php

  print $title_output;
  ?></div>
  <?php

}
?>
</div>