mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 02:34:10 -04:00
Merge branch 'master' of git@github.com:gallery/gallery3
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<?= $child->thumb_img(array("class" => "gThumbnail")) ?>
|
||||
</a>
|
||||
<?= $theme->thumb_bottom($child) ?>
|
||||
<h2><span></span><a href="<?= $child->url() ?>"><?= p::clean($child->title) ?></a></h2>
|
||||
<h2><a href="<?= $child->url() ?>"><?= p::clean($child->title) ?></a></h2>
|
||||
<ul class="gMetadata">
|
||||
<?= $theme->thumb_info($child) ?>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user