flickrgallery_photo.tpl.php in FlickrGallery 7.3
1 theme call to flickrgallery_photo.tpl.php
- flickrgallery_set in includes/
flickrgallery.pages.inc
File
theme/flickrgallery_photo.tpl.phpView 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>