diff options
Diffstat (limited to 'themes/smartpocket/template/comments.tpl')
-rw-r--r-- | themes/smartpocket/template/comments.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/smartpocket/template/comments.tpl b/themes/smartpocket/template/comments.tpl new file mode 100644 index 000000000..87328d5ac --- /dev/null +++ b/themes/smartpocket/template/comments.tpl @@ -0,0 +1,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 --> + |