"
class="gAvatar"
alt="= $comment->author_name() ?>"
width="40"
height="40" />
= t("on %date %name said",
array("date" => date("Y-M-d H:i:s", $comment->created),
"name" => $comment->author_name())); ?>