You are here

flickrgallery_photo.tpl.php in FlickrGallery 7.2

Same filename and directory in other branches
  1. 7 flickrgallery_photo.tpl.php

File

flickrgallery_photo.tpl.php
View source
<?php

/*
 * Available vars:
 * $image containing the thumbnail and the image
 * $image_meta containing more info about the image
 */
?>
<div class="flickr-wrap-image">
  <?php

print $image['image'];
?>
</div>