diff options
Diffstat (limited to 'modules/comment/views/comment.html.php')
-rw-r--r-- | modules/comment/views/comment.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/comment.html.php b/modules/comment/views/comment.html.php index 59b00b73..86f635d3 100644 --- a/modules/comment/views/comment.html.php +++ b/modules/comment/views/comment.html.php @@ -2,7 +2,7 @@ <li id="gComment-<?= $comment->id; ?>"> <p class="gAuthor"> <a href="#"> - <img src="<?= $theme->url("images/avatar.jpg") ?>" + <img width="40" height="40" src="<?= $user->avatar_url(40) ?>" class="gAvatar" alt="<?= $comment->author_name() ?>" /> </a> <?= t("on ") . date("Y-M-d H:i:s", $comment->created) ?> |