From e09210bc784dc0744f46fb03b63f5af74fec3399 Mon Sep 17 00:00:00 2001 From: RuthAdele Date: Tue, 8 Apr 2014 15:08:05 +0930 Subject: [PATCH] Comments module changed id name --- templates/Includes/BlogSummary.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Includes/BlogSummary.ss b/templates/Includes/BlogSummary.ss index 5e71f31..8733f48 100644 --- a/templates/Includes/BlogSummary.ss +++ b/templates/Includes/BlogSummary.ss @@ -1,6 +1,6 @@

$MenuTitle

-

<% _t('BlogSummary_ss.POSTEDBY', 'Posted by') %> $Author.XML <% _t('BlogSummary_ss.POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('BlogEntry_ss.COMMENTS', 'Comments') %>

+

<% _t('BlogSummary_ss.POSTEDBY', 'Posted by') %> $Author.XML <% _t('BlogSummary_ss.POSTEDON', 'on') %> $Date.Long | $Comments.Count <% _t('BlogEntry_ss.COMMENTS', 'Comments') %>

<% if TagsCollection %>

<% _t('BlogSummary_ss.TAGS','Tags') %>: @@ -17,7 +17,7 @@ <% end_if %>

- + $Comments.Count <% _t('BlogSummary_ss.SUMMARYCOMMENTS','comment(s)') %> |