summaryrefslogtreecommitdiff
path: root/templates/view_image.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-07-17 17:36:03 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-07-17 17:36:03 +0000
commitbed166d3feb3d32725782b2834fb36032aad1ba8 (patch)
tree378d40291f89dbf547f6ce618610e4a0aa634b3f /templates/view_image.tpl
parentbd10b08318a6c42661f584dee8cea4d06bd6b591 (diff)
downloadfisheye-bed166d3feb3d32725782b2834fb36032aad1ba8.tar.gz
fisheye-bed166d3feb3d32725782b2834fb36032aad1ba8.tar.bz2
fisheye-bed166d3feb3d32725782b2834fb36032aad1ba8.zip
Merge recent changes from R1 to HEAD - never doing this again.
Diffstat (limited to 'templates/view_image.tpl')
-rw-r--r--templates/view_image.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_image.tpl b/templates/view_image.tpl
index 99e7d38..7e48f41 100644
--- a/templates/view_image.tpl
+++ b/templates/view_image.tpl
@@ -24,11 +24,11 @@
{box class="box image"}
<img src="{$gContent->mInfo.display_url}{$refresh}" alt="{$gContent->mInfo.title|default:$gContent->mInfo.image_file.filename}" title="{$gContent->mInfo.data|default:$gContent->mInfo.filename}" />
- {if $gBitSystemPrefs.fisheye_image_list_title eq 'y'}
+ {if $gBitSystem->isFeatureActive( 'fisheye_image_list_title' )}
<h1>{$gContent->mInfo.title|default:$gContent->mInfo.image_file.filename}</h1>
{/if}
- {if $gBitSystemPrefs.fisheye_image_list_description eq 'y' and $gContent->mInfo.data ne ''}
+ {if $gBitSystem->isFeatureActive( 'fisheye_image_list_description' ) and $gContent->mInfo.data ne ''}
<p>{$gContent->mInfo.data}</p>
{/if}
{/box}