diff options
| -rw-r--r-- | templates/center_wiki_page.tpl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/center_wiki_page.tpl b/templates/center_wiki_page.tpl index ac07822..a181c9f 100644 --- a/templates/center_wiki_page.tpl +++ b/templates/center_wiki_page.tpl @@ -1,5 +1,5 @@ {strip} -<div class="display wikipage"> +<div class="display wiki"> <div class="floaticon"> <!-- Actions --> {if $gBitUser->hasPermission( 'p_wiki_edit_page' )} <a href="{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}">{biticon ipackage="icons" iname="accessories-text-editor" iexplain="edit"}</a> @@ -13,11 +13,13 @@ <div class="header"><h1>{$gContent->mInfo.title|escape}</h1></div> {/if} - <div class="content"> - {if $gBitSystem->isFeatureActive( 'liberty_auto_display_attachment_thumbs' )} - {include file="bitpackage:liberty/storage_thumbs.tpl"} - {/if} - {$gContent->mInfo.parsed_data} + <div class="body"> + <div class="content"> + {if $gBitSystem->isFeatureActive( 'liberty_auto_display_attachment_thumbs' )} + {include file="bitpackage:liberty/storage_thumbs.tpl"} + {/if} + {$gContent->mInfo.parsed_data} + </div> </div> </div> {/strip} |
