mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Use the author's avatar, not the logged in user's one.
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
<tr id="gComment-<?= $comment->id ?>">
|
||||
<td>
|
||||
<a href="#">
|
||||
<img src="<?= $user->avatar_url(40, $theme->url("images/avatar.jpg")) ?>"
|
||||
<img src="<?= $comment->author()->avatar_url(40, $theme->url("images/avatar.jpg", true)) ?>"
|
||||
class="gAvatar"
|
||||
alt="<?= $comment->author_name() ?>"
|
||||
width="40"
|
||||
|
||||
Reference in New Issue
Block a user