You are here

bootstrap-gallery-item.tpl.php in Bootstrap - Photo Gallery 7.3

File

theme/bootstrap-gallery-item.tpl.php
View source
<?php

/**
 * Bootstrap gallery single item.
 *
 */
?>
<a title="<?php

print $title;
?>" href="<?php

print $original_image;
?>" data-gallery="">
    <?php

print $thumbnail;
?>
</a>