Files
gallery3/modules/image_block/views/image_block_block.html.php

7 lines
197 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="gImageBlock">
<a href="<?= $item->url() ?>">
2009-06-02 12:08:47 -07:00
<?= $item->thumb_image(array("class" => "gThumbnail")) ?>
</a>
</div>