View | Details | Raw Unified | Return to bug 14764
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-3 / +2 lines)
Lines 56-64 Link Here
56
                [% END %]
56
                [% END %]
57
            </div>
57
            </div>
58
            <div id="rssnews-container">
58
            <div id="rssnews-container">
59
                [% SET branchcode = Branches.GetLoggedInBranchcode() %]
59
                <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-news-rss.pl?branchcode=[% current_branch %]"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png"></a>
60
                <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-news-rss.pl?branchcode=[% branchcode %]"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png"></a>
60
                RSS feed for [% IF ( current_branch ) %][% current_branch %] <i>and</i> [% END %] system-wide library news.
61
                RSS feed for [% IF ( loggedinusername ) %][% Branches.GetName( branchcode ) %] <i>and</i> [% END %] system-wide library news.
62
            </div>
61
            </div>
63
        [% END %]
62
        [% END %]
64
63
(-)a/opac/opac-main.pl (-1 / +1 lines)
Lines 66-71 $template->param( Link Here
66
    display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
66
    display_daily_quote => C4::Context->preference('QuoteOfTheDay'),
67
    daily_quote         => $quote,
67
    daily_quote         => $quote,
68
    branches            => &GetBranchesLoop($homebranch),
68
    branches            => &GetBranchesLoop($homebranch),
69
    current_branch      => $homebranch,
69
);
70
);
70
71
71
# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens
72
# If GoogleIndicTransliteration system preference is On Set paramter to load Google's javascript in OPAC search screens
72
- 

Return to bug 14764