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