summaryrefslogtreecommitdiff
path: root/modules/image_block/views/image_block_block.html.php
blob: c51c1b4a8d056917ecebc59260815da4a9735323 (plain)
1
2
3
4
5
6
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="gImageBlock">
  <a href="<?= $item->url() ?>">
   <?= $item->thumb_img(array("class" => "gThumbnail")) ?>
  </a>
</div>