Create a module setting for the number of random images to show in the

sidebar. Fixes #1499.
This commit is contained in:
Bharat Mediratta
2010-11-21 13:51:07 -08:00
parent 5f4ab7fd76
commit 3c523bcac6
4 changed files with 46 additions and 7 deletions

View File

@@ -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 ?>