Implement a random image block for the side bar. Ticket #13

This commit is contained in:
Tim Almdal
2009-02-26 15:02:04 +00:00
parent 0929d41305
commit f87e1de3ec
5 changed files with 142 additions and 0 deletions
@@ -0,0 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="gItem">
<a href="<?= $item->thumb_url() ?>">
<?= $item->thumb_tag(array("class" => "gThumbnail")) ?>
</a>
</div>