mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
Create a module setting for the number of random images to show in the
sidebar. Fixes #1499.
This commit is contained in:
@@ -1,6 +1,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 ?>
|
||||
|
||||
Reference in New Issue
Block a user