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