mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-23 21:09:11 -04:00
Use the theme's avatar as the default if Gravatar doesn't have one.
This commit is contained in:
@@ -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() ?>"
|
||||
|
||||
Reference in New Issue
Block a user