summaryrefslogtreecommitdiff
path: root/gallery_views
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2008-09-15 04:47:19 +0000
committerChristian Fowler <spider@viovio.com>2008-09-15 04:47:19 +0000
commitd559c7b86e5101a40b3e68806e9bca099447cdba (patch)
treee690b8f710fc1ad5c6a8759b1a9b7a9b87e7a452 /gallery_views
parent31ec2ff4f4c112ba26be9c1b8212398eca39adfd (diff)
downloadfisheye-d559c7b86e5101a40b3e68806e9bca099447cdba.tar.gz
fisheye-d559c7b86e5101a40b3e68806e9bca099447cdba.tar.bz2
fisheye-d559c7b86e5101a40b3e68806e9bca099447cdba.zip
pass in the correct image_file has to mime template
Diffstat (limited to 'gallery_views')
-rw-r--r--gallery_views/auto_flow/fisheye_auto_flow_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_views/auto_flow/fisheye_auto_flow_inc.tpl b/gallery_views/auto_flow/fisheye_auto_flow_inc.tpl
index d898a7b..e1e245c 100644
--- a/gallery_views/auto_flow/fisheye_auto_flow_inc.tpl
+++ b/gallery_views/auto_flow/fisheye_auto_flow_inc.tpl
@@ -6,7 +6,7 @@
{foreach from=$gContent->mItems item=galItem key=itemContentId}
{box class="box `$gContent->mInfo.thumbnail_size`-thmb `$galItem->mInfo.content_type_guid`"}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$galItem->mInfo type=mini}
- {include file=$gLibertySystem->getMimeTemplate('inline',$galItem->mInfo.attachment_plugin_guid) attachment=$galItem->mInfo}
+ {include file=$gLibertySystem->getMimeTemplate('inline',$galItem->mInfo.attachment_plugin_guid) attachment=$galItem->mInfo.image_file}
{if $gBitSystem->isFeatureActive( 'fisheye_gallery_list_image_titles' )}
<h2>{$galItem->mInfo.title|escape}</h2>
{/if}