summaryrefslogtreecommitdiff
path: root/modules/image_block/views
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image_block/views')
-rw-r--r--modules/image_block/views/image_block_block.html.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/image_block/views/image_block_block.html.php b/modules/image_block/views/image_block_block.html.php
new file mode 100644
index 00000000..87afe4da
--- /dev/null
+++ b/modules/image_block/views/image_block_block.html.php
@@ -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>