diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-07-08 07:13:57 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-07-08 07:13:57 +0000 |
| commit | 3f437518b9979ab5f2188e521863c7be53da4571 (patch) | |
| tree | 3aa452f604f30fe4d800b0ae3bae0e759c3237f4 /templates/view_image.tpl | |
| parent | 44063ab0d6234e29f62edf3b39ec441565e7a6ad (diff) | |
| download | fisheye-3f437518b9979ab5f2188e521863c7be53da4571.tar.gz fisheye-3f437518b9979ab5f2188e521863c7be53da4571.tar.bz2 fisheye-3f437518b9979ab5f2188e521863c7be53da4571.zip | |
move some plugins to their new homes
Diffstat (limited to 'templates/view_image.tpl')
| -rw-r--r-- | templates/view_image.tpl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/view_image.tpl b/templates/view_image.tpl index aa49812..7bde54a 100644 --- a/templates/view_image.tpl +++ b/templates/view_image.tpl @@ -21,7 +21,7 @@ <div class="body"> {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo} - {box class="box image"} + <div class="image"> {if $gBitSystem->isFeatureActive( 'site_fancy_zoom' )} {if $gContent->hasEditPermission() || $gGallery && $gGallery->getPreference( 'link_original_images' )} <a href="{$gContent->mInfo.source_url|escape}"> @@ -39,12 +39,9 @@ {if $gBitSystem->isFeatureActive( 'site_fancy_zoom' )} </a> {/if} - </div><!-- end .body --> - - {/box} - + </div> </div> <!-- end .body --> - + {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo} {if $gGallery && $gGallery->getPreference('allow_comments') eq 'y'} |
