gallery-images-list.tpl.php in Node Gallery 6.2
1 theme call to gallery-images-list.tpl.php
File
theme/gallery-images-list.tpl.phpView source
<div class="gallery-images-list clear-block">
<?php
if (is_array($images_list)) {
print theme('item_list', $images_list);
}
else {
print $empty_message;
}
?>
</div>