|
Link Here
|
| 6 |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
6 |
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
| 7 |
<channel> |
7 |
<channel> |
| 8 |
<atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl" rel="self" type="application/rss+xml" /> |
8 |
<atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl" rel="self" type="application/rss+xml" /> |
| 9 |
<title |
9 |
<title> |
| 10 |
><![CDATA[ |
|
|
| 11 |
[% IF ( LibraryNameTitle ) %] |
10 |
[% IF ( LibraryNameTitle ) %] |
| 12 |
[% tx("News from {library} catalog", { library = LibraryNameTitle }) | html %] |
11 |
[% tx("News from {library} catalog", { library = LibraryNameTitle }) | html %] |
| 13 |
[% ELSE %] |
12 |
[% ELSE %] |
| 14 |
[% t("News from the library") | html %] |
13 |
[% t("News from the library") | html %] |
| 15 |
[% END %] |
14 |
[% END %] |
| 16 |
]]> |
|
|
| 17 |
</title> |
15 |
</title> |
| 18 |
<!-- prettier-ignore-start --> |
16 |
<!-- prettier-ignore-start --> |
| 19 |
<link>[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl</link> |
17 |
<link>[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl</link> |
| 20 |
- |
|
|