diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-02 12:08:47 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-02 12:08:47 -0700 |
commit | 0f987880e67c667dc1e2c47455fc9ee0859fcba7 (patch) | |
tree | db1f4ae2c3e8d65ddb20426b0bf28e9fa5026302 /modules/image_block/views | |
parent | 1cfed1fac1f2aa109e96c2aa5c9f66002610b0f8 (diff) |
Fix for ticket #320
Diffstat (limited to 'modules/image_block/views')
-rw-r--r-- | modules/image_block/views/image_block_block.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/image_block/views/image_block_block.html.php b/modules/image_block/views/image_block_block.html.php index 0ba9915e..48a3c912 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="gImageBlock"> <a href="<?= $item->url() ?>"> - <?= $item->thumb_tag(array("class" => "gThumbnail")) ?> + <?= $item->thumb_image(array("class" => "gThumbnail")) ?> </a> </div> |