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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-library.tt (-2 / +5 lines)
Lines 12-18 Link Here
12
        [% library.branchname | html %]
12
        [% library.branchname | html %]
13
        ›
13
        ›
14
    [% END %]
14
    [% END %]
15
    Libraries ›
15
    [% IF public_count > 1 %]
16
        Libraries ›
17
    [% ELSE %]
18
        Contact ›
19
    [% END %]
16
    [% IF ( LibraryNameTitle ) %]
20
    [% IF ( LibraryNameTitle ) %]
17
        [% LibraryNameTitle | html %]
21
        [% LibraryNameTitle | html %]
18
    [% ELSE %]
22
    [% ELSE %]
19
- 

Return to bug 32051