summaryrefslogtreecommitdiff
path: root/templates/center_view_generic.tpl
blob: 45283fbca35f49c42a00a5954506f955e1fefc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{if $gContent}
{strip}
<div class="display {$contentType}">
	{if $gContent->mInfo.title}
		<div class="header"><h1>{$gContent->mInfo.title|escape}</h1></div>
	{/if}

	<div class="content">
		{$gContent->mInfo.parsed_data}
	</div>
</div>
{/strip}
{/if}