summaryrefslogtreecommitdiff
path: root/templates/page_display.tpl
blob: b411d767e1e843f8282d5f249d72faa3d705e045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{strip}
<div class="body"{if $gBitUser->getPreference( 'users_double_click' ) and $gContent->hasUpdatePermission()} ondblclick="location.href='{$smarty.const.WIKI_PKG_URL}edit.php?page_id={$gContent->mInfo.page_id}';"{/if}>
	<div class="content">
		{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo}
		{$gContent->mInfo.parsed_data|highlight}
		<div class="clear"></div>
		{if $gBitSystem->isFeatureActive( 'liberty_auto_display_attachment_thumbs' )}
			{include file="bitpackage:liberty/storage_thumbs.tpl"}
		{/if}
	</div> <!-- end .content -->
</div> <!-- end .body -->
{/strip}