summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-05-02 15:53:36 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-05-02 15:53:36 +0000
commit9b8740c7c8f065894419a6a27489785ac4a1ac3a (patch)
treee987405443c689804b7a7a77d049299703dae386 /templates
parent6afda68ebaa03bd7a3fc2a61c9e01df78bfbf238 (diff)
downloadfisheye-9b8740c7c8f065894419a6a27489785ac4a1ac3a.tar.gz
fisheye-9b8740c7c8f065894419a6a27489785ac4a1ac3a.tar.bz2
fisheye-9b8740c7c8f065894419a6a27489785ac4a1ac3a.zip
add description class
Diffstat (limited to 'templates')
-rw-r--r--templates/view_image.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view_image.tpl b/templates/view_image.tpl
index 3d0a58a..ee71a05 100644
--- a/templates/view_image.tpl
+++ b/templates/view_image.tpl
@@ -22,7 +22,7 @@
<img src="{$gContent->mInfo.display_url}{$refresh}" alt="{$gContent->getTitle()|default:$gContent->mInfo.image_file.filename|escape}" title="{$gContent->mInfo.data|default:$gContent->mInfo.filename|escape}" />
{if $gBitSystem->isFeatureActive('fisheye_image_list_description') and $gContent->mInfo.data ne ''}
- <p>{$gContent->mInfo.data|escape}</p>
+ <p class="description">{$gContent->mInfo.data|escape}</p>
{/if}
{/box}