aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/index.tpl
blob: 4e315939617b477f8eedefc59eb2136640810cfc (plain)
1
2
3
4
5
6
7
8
9
10
11
<div data-role="content">
{if !empty($CATEGORIES)}{$CATEGORIES}{/if}
{if !empty($THUMBNAILS)}{$THUMBNAILS}{/if}
{if !empty($CONTENT_DESCRIPTION)}
<div class="additional_info">
	{$CONTENT_DESCRIPTION}
</div>
{/if}
{if !empty($CONTENT)}{$CONTENT}{/if}
</div>