Bug 29064: Remove duplicate term Most popular titles
To test: 1. Enable system preference OpacTopissue 2. Go to OPAC /cgi-bin/koha/opac-topissues.pl 3. Observe title Most popular titles › Koha online catalogMost popular titles 4. Apply patch 5. Observe title Most popular titles › Koha online catalog 6. See that this path complies with Bug 27742 Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
d284735d05
commit
936008207a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
[% USE AuthorisedValues %]
|
||||
[% USE ItemTypes %]
|
||||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>Most popular titles › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalogMost popular titles</title>
|
||||
<title>Most popular titles › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
[% BLOCK cssinclude %]
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue