?>
" class="comment">
					
					<div class="left controls clearfix">
						<div class="comment-avatar"><?php 
                echo $comment->author->avatar;
                ?>
</div>
						<div class="reply"><?php 
                $a = array('Reply', $comment->args, $comment->depth, $comment->id);
                comment_reply_link(array_merge($a[1], array("reply_text" => $a[0], "depth" => $a[2], "max_depth" => $a[1]["max_depth"])), $a[3]);
                unset($a);
                ?>
</div>
<?php 
                WpLatteFunctions::editCommentLink(__("Edit", "ait"), $comment->id, "<span class=\"edit-link\">", "</span>");
                ?>
					</div>

					<div class="body clearfix">
						<div class="arrow left"><!--  --></div>
						<div class="content ">
							<div class="headline">
								<span class="author vcard"><cite class="fn"><?php 
                echo $comment->author->nameWithLink;
                ?>
</cite></span><span class="eh">&nbsp;&nbsp;|&nbsp;&nbsp;</span><span class="date"><a href="<?php 
                echo htmlSpecialChars($comment->url);
                ?>
" class="comment-date"><time pubdate datetime="<?php 
                echo htmlSpecialChars($template->date($comment->date, 'c'));