1) Change the image block so it has the correct url in the anchor tag.

2) Change the wrapping class to gImageBlock instead of gImage so the
quick kinks aren't enabled
This commit is contained in:
Tim Almdal
2009-02-27 13:44:19 +00:00
parent 3193c19ca9
commit c4cdecc05f
@@ -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>