diff --git a/htdocs/comments.php b/htdocs/comments.php index 9cb88d8..12853bd 100644 --- a/htdocs/comments.php +++ b/htdocs/comments.php @@ -25,13 +25,21 @@ function renderComments($comments) { $del = "id}\">Delete comment "; } + $gid = md5($c->email); + $avatar = (USE_SSL ? "https://secure.gravatar.com" : "http://www.gravatar.com") . "/avatar/$gid?r=x&d=mm&s=48"; + ?> -
+
+
+ +
+
-
+
+