summaryrefslogtreecommitdiff
path: root/modules/image_block
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image_block')
-rw-r--r--modules/image_block/views/image_block_block.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/image_block/views/image_block_block.html.php b/modules/image_block/views/image_block_block.html.php
index 87afe4da..0ba9915e 100644
--- a/modules/image_block/views/image_block_block.html.php
+++ b/modules/image_block/views/image_block_block.html.php
@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div class="gItem">
- <a href="<?= $item->thumb_url() ?>">
+<div class="gImageBlock">
+ <a href="<?= $item->url() ?>">
<?= $item->thumb_tag(array("class" => "gThumbnail")) ?>
</a>
</div>