From 77694d1d938efd9a8f4336c3e38a60922dd7f0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Guevremont?= Date: Thu, 20 Oct 2016 13:02:09 -0400 Subject: [PATCH] remove my modification about blogimage I remove it because it's require blog module --- templates/CommentsInterface_singlecomment.ss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/CommentsInterface_singlecomment.ss b/templates/CommentsInterface_singlecomment.ss index 480bd14..7182bca 100755 --- a/templates/CommentsInterface_singlecomment.ss +++ b/templates/CommentsInterface_singlecomment.ss @@ -8,9 +8,7 @@ $Created.Nice ($Created.Ago)

<% end_if %> -<% if $Author.BlogProfileImage && $Gravatar %> - Gravatar for $Author.Name.ATT -<% else_if $Gravatar %> +<% if $Gravatar %> Gravatar for $Name.ATT <% end_if %>