blob: 4487ff79c9c4306c4010b2a87f9e8090deb914c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<div class="header">
{if $is_categorized eq 'y' && $gBitSystem->isFeatureActive('package_categories') && $gBitSystem->isFeatureActive('feature_categorypath')}
<div class="category">
<div class="path">{$display_catpath}</div>
</div> {* end category *}
{/if}
<h1>{$gContent->mInfo.title}</h1>
<div class="description">{$gContent->mInfo.description|default:''}</div>
</div> {* end .header *}
|