diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php index b436fd98..3ca34a0f 100644 --- a/modules/comment/views/comments.html.php +++ b/modules/comment/views/comments.html.php @@ -2,9 +2,14 @@
- = $comment->author ?> - = date("Y-M-d H:i:s", $comment->created) ?> + $avatar = $theme->url("images/avatar.jpg") ?> + //if ($user->avatar($comment->author)): ?> + //$avatar = $theme->url("images/avatar.jpg") ?> + //endif ?> +
+
+ = _("on ") . date("Y-M-d H:i:s", $comment->created) ?>
+ = $comment->author ?> = _("said") ?>