diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-05-02 15:53:36 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-05-02 15:53:36 +0000 |
| commit | 9b8740c7c8f065894419a6a27489785ac4a1ac3a (patch) | |
| tree | e987405443c689804b7a7a77d049299703dae386 /templates | |
| parent | 6afda68ebaa03bd7a3fc2a61c9e01df78bfbf238 (diff) | |
| download | fisheye-9b8740c7c8f065894419a6a27489785ac4a1ac3a.tar.gz fisheye-9b8740c7c8f065894419a6a27489785ac4a1ac3a.tar.bz2 fisheye-9b8740c7c8f065894419a6a27489785ac4a1ac3a.zip | |
add description class
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_image.tpl | 2 |
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} |
