summaryrefslogtreecommitdiff
path: root/templates/page_display.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-07-17 17:36:47 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-07-17 17:36:47 +0000
commitb3f697de17baa39ed858e9c4979fe33869767fa6 (patch)
treec5ef5c22283a7516be42de59bc49e6a25ea607c4 /templates/page_display.tpl
parent5d59979a8999836f5b1eb620dde8c33fa208a9ba (diff)
downloadwiki-b3f697de17baa39ed858e9c4979fe33869767fa6.tar.gz
wiki-b3f697de17baa39ed858e9c4979fe33869767fa6.tar.bz2
wiki-b3f697de17baa39ed858e9c4979fe33869767fa6.zip
Merge recent changes from R1 to HEAD - never doing this again.
Diffstat (limited to 'templates/page_display.tpl')
-rw-r--r--templates/page_display.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page_display.tpl b/templates/page_display.tpl
index 4ec58ab..785f3ae 100644
--- a/templates/page_display.tpl
+++ b/templates/page_display.tpl
@@ -1,10 +1,11 @@
{strip}
<div class="body"{if $user_dbl eq 'y' and $dblclickedit eq 'y' and $gBitUser->hasPermission( 'bit_p_edit' )} ondblclick="location.href='{$gBitLoc.WIKI_PKG_URL}edit.php?page_id={$pageInfo.page_id}';"{/if}>
<div class="content">
- {if $gBitSystemPrefs.liberty_auto_display_attachment_thumbs eq 'y'}
+ {if $gBitSystem->isFeatureActive( 'liberty_auto_display_attachment_thumbs' )}
{include file="bitpackage:liberty/storage_thumbs.tpl"}
{/if}
{$parsed}
+ <div class="clear"></div>
</div> <!-- end .content -->
</div> <!-- end .body -->
{/strip}