flickrgallery_photo.tpl.php in FlickrGallery 7.2
Same filename and directory in other branches
1 theme call to flickrgallery_photo.tpl.php
File
flickrgallery_photo.tpl.phpView 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>