🌍
English
This shows you the differences between two versions of the page.
dev:changes_in_2.10 [2019/09/13 09:36] plg insert ignore with single_insert |
dev:changes_in_2.10 [2019/09/30 13:19] (current) plg smarter replacement for comment_list.tpl |
||
---|---|---|---|
Line 12: | Line 12: | ||
<code html> | <code html> | ||
- | {$COMMENT_LIST} | + | {if isset($COMMENT_LIST)} |
+ | {$COMMENT_LIST} | ||
+ | {else} | ||
+ | {include file='comment_list.tpl' comment_derivative_params=$derivative_params} | ||
+ | {/if} | ||
</code> | </code> | ||