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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +1 lines)
Lines 46-56 Link Here
46
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog
46
[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog
47
</title>
47
</title>
48
<meta name="robots" content="noindex">
48
<meta name="robots" content="noindex">
49
[% Asset.css("lib/Chocolat/css/chocolat.css") | $raw %]
49
[% INCLUDE 'doc-head-close.inc' %]
50
[% INCLUDE 'doc-head-close.inc' %]
50
[% BLOCK cssinclude %][% END %]
51
[% BLOCK cssinclude %][% END %]
51
52
52
<link rel="alternate" type="application/rss+xml" title="[% LibraryName | html %] Search RSS feed" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" />
53
<link rel="alternate" type="application/rss+xml" title="[% LibraryName | html %] Search RSS feed" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" />
53
[% Asset.css("lib/Chocolat/css/chocolat.css") | $raw %]
54
</head>
54
</head>
55
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
55
[% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
56
[% INCLUDE 'masthead.inc' %]
56
[% INCLUDE 'masthead.inc' %]
57
- 

Return to bug 38657