aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/comments.tpl
blob: 87328d5acde3fb8f9e26cde7f0aaf02dabc6cab5 (plain)
1
2
3
4
5
6
7
8
9
{include file='infos_errors.tpl'}
<div data-role="content">

{if isset($comments)}
	{include file='comment_list.tpl' comment_derivative_params=$derivative_params}
{/if}

</div> <!-- content -->