diff options
Diffstat (limited to 'modules/comment/views/admin_comments.html.php')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 5b2d2ca4..1cbdcd70 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -91,7 +91,8 @@ <input type="checkbox" name="delete_comments[]" value="<?= $comment->id ?>" /> </td> <td> - <a href="#"><img width="40" height="40" src="<?= $user->avatar_url(40) ?>" + <a href="#"><img width="40" height="40" + src="<?= $user->avatar_url(40, $theme->url("images/avatar.jpg")) ?>" class="gAvatar" alt="<?= $comment->author_name() ?>" /></a> <br/> <a href="mailto:<?= $comment->author_email() ?>" |