mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
1) Change the image block so it has the correct url in the anchor tag.
2) Change the wrapping class to gImageBlock instead of gImage so the quick kinks aren't enabled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<div class="gItem">
|
||||
<a href="<?= $item->thumb_url() ?>">
|
||||
<div class="gImageBlock">
|
||||
<a href="<?= $item->url() ?>">
|
||||
<?= $item->thumb_tag(array("class" => "gThumbnail")) ?>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user