{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *} {* Set defaults *} {if empty($item)} {assign var=item value=$theme.item} {/if} {if empty($show)} {assign var=show value=3} {/if} {g->callback type="comment.LoadComments" itemId=$item.id show=$show} {if !empty($block.comment.LoadComments.comments)}

{g->text text="Recent comments"}

{if sizeof($block.comment.LoadComments.comments) < $block.comment.LoadComments.totalComments } {g->text text="(view all %d comments)" arg1=$block.comment.LoadComments.totalComments} {/if} {foreach from=$block.comment.LoadComments.comments item=comment}
{include file="gallery:modules/comment/templates/Comment.tpl" user=$block.comment.LoadComments.commenters[$comment.commenterId] comment=$comment can=$block.comment.LoadComments.can item=$block.comment.LoadComments.item truncate=256}
{/foreach}
{/if}