diff options
| -rw-r--r-- | templates/view_image.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/view_image.tpl b/templates/view_image.tpl index bba064f..aa49812 100644 --- a/templates/view_image.tpl +++ b/templates/view_image.tpl @@ -30,11 +30,11 @@ {/if} {/if} - {include file=$gLibertySystem->getMimeTemplate('view',$gContent->mInfo.attachment_plugin_guid) attachment=$gContent->mInfo} + {include file=$gLibertySystem->getMimeTemplate('view',$gContent->mInfo.attachment_plugin_guid) attachment=$gContent->mInfo} - {if $gBitSystem->isFeatureActive('fisheye_image_list_description') and $gContent->mInfo.data ne ''} - <p class="description">{$gContent->mInfo.parsed_data}</p> - {/if} + {if $gBitSystem->isFeatureActive('fisheye_image_list_description') and $gContent->mInfo.data ne ''} + <p class="description">{$gContent->mInfo.parsed_data}</p> + {/if} {if $gBitSystem->isFeatureActive( 'site_fancy_zoom' )} </a> |
