summaryrefslogtreecommitdiff
path: root/templates/view_component_details.tpl
blob: c6e76f121712c5e34278f962d82c7d21da123086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="display stock">
	<div class="gallerybar">
		{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='nav' serviceHash=$gContent->mInfo}
	</div>
	{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo}
	{if $gContent->mInfo.data ne ''}
		<p class="description">{$gContent->mInfo.parsed_data|default:''}</p>
	{/if}
</div>	<!-- end .body -->

{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo}

{if $gGallery && $gGallery->getPreference('allow_comments') eq 'y'}
	{include file="bitpackage:liberty/comments.tpl"}
{/if}