diff --git a/template/comment_list.tpl b/template/comment_list.tpl index cbdd4c57..0135230c 100644 --- a/template/comment_list.tpl +++ b/template/comment_list.tpl @@ -10,6 +10,7 @@ {/html_style}{/strip} {footer_script}var error_icon = "{$ROOT_URL}{$themeconf.icon_dir}/errors_small.png";{/footer_script} {/if} +{if isset($comments)}
{foreach from=$comments item=comment name=comment_loop}
@@ -85,3 +86,4 @@
{/foreach}
+{/if}