Integrate Gravatar. Boy, that was easy.

This commit is contained in:
Bharat Mediratta
2009-01-10 05:56:11 +00:00
parent a7feeb576f
commit a5c4e3d465
4 changed files with 18 additions and 5 deletions

View File

@@ -91,8 +91,9 @@
<input type="checkbox" name="delete_comments[]" value="<?= $comment->id ?>" />
</td>
<td>
<a href="#"><img src="<?= $theme->url("images/avatar.jpg") ?>"
alt="<?= $comment->author_name() ?>"/></a><br/>
<a href="#"><img width="40" height="40" src="<?= $user->avatar_url(40) ?>"
class="gAvatar" alt="<?= $comment->author_name() ?>" /></a>
<br/>
<a href="mailto:<?= $comment->author_email() ?>"
title="<?= $comment->author_email() ?>"> <?= $comment->author_name() ?> </a>
</td>