diff --git a/modules/comment/views/comment.html.php b/modules/comment/views/comment.html.php index 25cd2caa..a87634e9 100644 --- a/modules/comment/views/comment.html.php +++ b/modules/comment/views/comment.html.php @@ -1,8 +1,13 @@
- = $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") ?>