mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-16 18:32:07 -04:00
Implement a random image block for the side bar. Ticket #13
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user