From 01f9ee3410bb4f6878033b353f5a0731397632d0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 30 Mar 2015 21:27:49 -0400 Subject: Add Gravatar integration --- app/Template/comment/show.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Template/comment/show.php') diff --git a/app/Template/comment/show.php b/app/Template/comment/show.php index 23389c06..98c29441 100644 --- a/app/Template/comment/show.php +++ b/app/Template/comment/show.php @@ -1,9 +1,11 @@

+ + avatar($comment['email'], $comment['name'] ?: $comment['username']) ?> + e($comment['name'] ?: $comment['username']) ?> @

-
-- cgit v1.2.3