Lines 12-18
Link Here
|
12 |
<div class="navbar navbar-inverse navbar-static-top"> |
12 |
<div class="navbar navbar-inverse navbar-static-top"> |
13 |
<div class="navbar-inner"> |
13 |
<div class="navbar-inner"> |
14 |
<div class="container-fluid"> |
14 |
<div class="container-fluid"> |
15 |
<button id="scrolltocontent" class="sr-only sr-only-focusable pull-left nav btn btn-danger" type="button">Skip to main content</button> |
15 |
<button id="scrolltocontent">Skip to main content</button> |
16 |
<h1 id="logo"> |
16 |
<h1 id="logo"> |
17 |
<a class="brand" href="/cgi-bin/koha/opac-main.pl"> |
17 |
<a class="brand" href="/cgi-bin/koha/opac-main.pl"> |
18 |
[% IF ( LibraryNameTitle ) %] |
18 |
[% IF ( LibraryNameTitle ) %] |
19 |
- |
|
|