mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-11 15:19:09 -04:00
2) Change the wrapping class to gImageBlock instead of gImage so the quick kinks aren't enabled
7 lines
195 B
PHP
7 lines
195 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<div class="gImageBlock">
|
|
<a href="<?= $item->url() ?>">
|
|
<?= $item->thumb_tag(array("class" => "gThumbnail")) ?>
|
|
</a>
|
|
</div>
|