blob: 434577b47102e9e67b79bd80f4bcac871fb42514 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{strip}
<div class="display stock">
<header>
{include file="bitpackage:stock/assembly_icons_inc.tpl"}
<h1>{$gContent->getTitle()|escape}</h1>
{include file="bitpackage:stock/assembly_nav.tpl"}
</header>
<section class="body">
{formfeedback success=$stockSuccess error=$stockErrors warning=$stockWarnings}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo}
{if $gContent->mInfo.data}
<div class="content">{$gContent->getParsedData()}</div>
{/if}
</section>
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo}
{if $gContent->getPreference('allow_comments') eq 'y'}
{include file="bitpackage:liberty/comments.tpl"}
{/if}
</div>
{/strip}
|