summaryrefslogtreecommitdiff
path: root/templates/view_image_details.tpl
blob: 44dfb53763502dde34d9523059d4323106850180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="display fisheye">
	<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('fisheye_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}