Lines 1-7
Link Here
|
1 |
<?xml version='1.0' encoding='utf-8' ?> |
1 |
<?xml version='1.0' encoding='utf-8' ?> |
2 |
[%- USE raw -%] |
2 |
[%- USE raw -%] |
3 |
[%- USE Koha -%] |
3 |
[%- USE Koha -%] |
4 |
|
4 |
[%- PROCESS 'html_helpers.inc' -%] |
5 |
[% IF ( opensearchdescription ) %] |
5 |
[% IF ( opensearchdescription ) %] |
6 |
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> |
6 |
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> |
7 |
<ShortName>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Library catalog[% END %]</ShortName> |
7 |
<ShortName>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Library catalog[% END %]</ShortName> |
8 |
- |
|
|