This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/modules/image_block/views/image_block_block.html.php

9 lines
281 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<? foreach ($items as $item): ?>
<div class="g-image-block">
<a href="<?= url::site("image_block/random/" . $item->id); ?>">
<?= $item->thumb_img(array("class" => "g-thumbnail")) ?>
</a>
</div>
<? endforeach ?>