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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt (-3 / +10 lines)
Lines 67-75 Link Here
67
                <!-- Logged in users have a branch code or it could be explicitly set -->
67
                <!-- Logged in users have a branch code or it could be explicitly set -->
68
                <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-news-rss.pl?branchcode=[% branchcode %]"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png"></a>
68
                <a href="[% OPACBaseURL %]/cgi-bin/koha/opac-news-rss.pl?branchcode=[% branchcode %]"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png"></a>
69
                [% IF Branches.all.size == 1 %]
69
                [% IF Branches.all.size == 1 %]
70
                    RSS feed for [% IF ( branchcode ) %][% Branches.GetName( branchcode ) %][% END %] library news.
70
                    [% IF branchcode %]
71
                        RSS feed for [% Branches.GetName( branchcode ) %] library news.
72
                    [% ELSE %]
73
                        RSS feed for library news.
74
                    [% END %]
71
                [% ELSE %]
75
                [% ELSE %]
72
                    RSS feed for [% IF ( branchcode ) %][% Branches.GetName( branchcode ) %] <i>and</i> [% END %] system-wide library news.
76
                    [% IF branchcode %]
77
                        RSS feed for [% Branches.GetName( branchcode ) %] and system-wide library news.
78
                    [% ELSE %]
79
                        RSS feed for system-wide library news.
80
                    [% END %]
73
                [% END %]
81
                [% END %]
74
            </div>
82
            </div>
75
            [% ELSE %]
83
            [% ELSE %]
76
- 

Return to bug 17834