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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-10 / +9 lines)
Lines 13-27 Link Here
13
    <div id="header-region" class="noprint">
13
    <div id="header-region" class="noprint">
14
        <nav class="navbar navbar-expand">
14
        <nav class="navbar navbar-expand">
15
            <button id="scrolltocontent">Skip to main content</button>
15
            <button id="scrolltocontent">Skip to main content</button>
16
            <h1 id="logo">
16
            <div id="logo">
17
                <a class="navbar-brand" href="/cgi-bin/koha/opac-main.pl">
17
            <a class="navbar-brand" href="/cgi-bin/koha/opac-main.pl">
18
                    [% IF ( LibraryNameTitle ) %]
18
                [% IF ( LibraryNameTitle ) %]
19
                        [% LibraryNameTitle | html %]
19
                    [% LibraryNameTitle | html %]
20
                    [% ELSE %]
20
                [% ELSE %]
21
                        Koha online
21
                    Koha online
22
                    [% END %]
22
                [% END %]
23
                </a>
23
            </a>
24
            </h1>
24
            </div>
25
            [% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %]
25
            [% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %]
26
                <div id="cartDetails" class="cart-message">Your cart is empty.</div>
26
                <div id="cartDetails" class="cart-message">Your cart is empty.</div>
27
            [% END %]
27
            [% END %]
28
- 

Return to bug 27610