summaryrefslogtreecommitdiff
path: root/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-17 20:12:58 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-17 20:12:58 +0100
commitacd866e421e9ca21c941587c67fcca6c4713c03a (patch)
tree1b2cd9fb5c9fd2d9aa1294a56ec6a4540fa31e75 /gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl
parentbbb96f97e0301f4083e39a0e5a9117dc92f0c565 (diff)
downloadfisheye-acd866e421e9ca21c941587c67fcca6c4713c03a.tar.gz
fisheye-acd866e421e9ca21c941587c67fcca6c4713c03a.tar.bz2
fisheye-acd866e421e9ca21c941587c67fcca6c4713c03a.zip
Tidy up to remove 'STRICT' warnings
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
Diffstat (limited to 'gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl')
-rw-r--r--gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl b/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl
index 59f518d..536589c 100644
--- a/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl
+++ b/gallery_views/fixed_grid/fisheye_fixed_grid_inc.tpl
@@ -25,7 +25,7 @@
<td style="width:{$tdWidth}%; vertical-align:top;"> <!-- Begin Image Cell -->
{box class="box `$galItem->mInfo.content_type_guid`"}
- <a href="{$galItem->getDisplayUrl()|escape}">
+ <a href="{$galItem->getContentUrl()|escape}">
<img class="thumb" src="{$galItem->getThumbnailUri()}" alt="{$galItem->mInfo.title|escape|default:'image'}" />
</a>
{if $gBitSystem->isFeatureActive( 'fisheye_gallery_list_image_titles' )}