{* * $Revision: 15949 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
| {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]}
|