mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-03 13:40:44 -04:00
Fix for ticket #320
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<? endif ?>
|
||||
<li id="thumb_<?= $child->id ?>" class="gMicroThumbContainer" ref="<?= $child->id ?>">
|
||||
<div id="gMicroThumb-<?= $child->id ?>" class="gMicroThumb <?= $item_class ?>">
|
||||
<?= $child->thumb_tag(array("class" => "gThumbnail"), $thumbsize, true) ?>
|
||||
<?= $child->thumb_img(array("class" => "gThumbnail"), $thumbsize, true) ?>
|
||||
</div>
|
||||
</li>
|
||||
<? endforeach ?>
|
||||
|
||||
Reference in New Issue
Block a user