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