summaryrefslogtreecommitdiff
path: root/templates/view_image_details.tpl
blob: 25e0596f9013037e10a944e53aaf5be3151d8189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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}
	<div class="image">
		{if $gBitSystem->isFeatureActive('stock_image_list_description') && $gContent->mInfo.data ne ''}
			<p class="description">{$gContent->mInfo.parsed_data|default:''}</p>
		{/if}
		</div>
</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}