@@ -, +, @@ URLs and contents of the RSS link at the bottom the OPAC page. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 1 - opac/opac-main.pl | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -49,7 +49,6 @@ [% END %]
- [% SET branchcode = Branches.GetLoggedInBranchcode() %] RSS feed for [% IF ( loggedinusername ) %][% Branches.GetName( branchcode ) %] and [% END %] system-wide library news.
--- a/opac/opac-main.pl +++ a/opac/opac-main.pl @@ -62,6 +62,7 @@ my $quote = GetDailyQuote(); # other options are to pass in an exact quote id $template->param( koha_news => $all_koha_news, koha_news_count => $koha_news_count, + branchcode => $homebranch, display_daily_quote => C4::Context->preference('QuoteOfTheDay'), daily_quote => $quote, ); --