From da40fd9875ab04d8644ebceb13aad1608dcdbddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 12 Mar 2015 08:04:14 +0100 Subject: [PATCH] [Signed-off] Bug 13826 - OPAC: Display RSS icon on list of recent comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds RSS icon to OPAC page 'Recent comments' To test: 1) Enable display of 'Recent comments' in OPAC (Syspref OpacShowRecentComments) 2) In OPAC, go to Home > Recent comments 3) Verify that there is a link in the head part of the HTML source code ( There was a slash missing. Signed-off-by: Mirko Tietgen Signed-off-by for the Follow Up: Marc VĂ©ron --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt index 3057b40..ce0a828 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt @@ -28,7 +28,7 @@
[% END %]
-

Recent comments

+

Recent comments Subscribe to recent comments

[% FOREACH review IN reviews %] -- 1.7.10.4