{* * $Revision: 17586 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *} {include file="gallery:modules/comment/templates/ChangeComment.js.tpl"}
{assign var="item" value=$ShowAllComments.itemData[$comment.parentId]} {if isset($item.thumb)} {g->image item=$item image=$item.thumb maxSize=120} {else} {$item.title|default:$item.pathComponent|markup} {/if} |
{include file="gallery:modules/comment/templates/Comment.tpl"
comment=$comment can=$ShowAllComments.can[$comment.id]
item=$item user=$ShowAllComments.commenters[$comment.commenterId]
ajaxChangeCallback="changeComment" truncate=1024}
|