1<div class="blogtng_comment blogtng_comment_status_<?php $comment->tpl_status(); ?>" id="comment_<?php $comment->tpl_cid(); ?>"> 2 <div> 3 <img src="<?php $comment->tpl_avatar(48, 48); ?>" class="avatar" width="48" height="48" alt="" align="left" /> 4 <div><?php $comment->tpl_hcard(); ?> No. <?php $comment->tpl_number(false); ?> @ <?php $comment->tpl_created(); ?></div> 5 <br /> 6 </div> 7 <?php $comment->tpl_comment(); ?> 8 <div class="replytocomment"> 9 <?php $comment->tpl_number(true, "» Reply"); ?> 10 </div> 11</div> 12