You are here

flickrgallery_photo.tpl.php in FlickrGallery 7.3

File

theme/flickrgallery_photo.tpl.php
View source
<?php

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

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