|
Lines 1-4
Link Here
|
| 1 |
|
1 |
[% USE raw %] |
| 2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
| 3 |
<title>Error [% errno | html %] › Koha</title> |
3 |
<title>Error [% errno | html %] › Koha</title> |
| 4 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
|
Lines 10-28
Link Here
|
| 10 |
[% END %] |
10 |
[% END %] |
| 11 |
|
11 |
|
| 12 |
[% WRAPPER 'sub-header.inc' %] |
12 |
[% WRAPPER 'sub-header.inc' %] |
| 13 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
13 |
[% WRAPPER breadcrumbs %] |
| 14 |
<ol> |
14 |
[% WRAPPER breadcrumb_item %] |
| 15 |
<li> |
|
|
| 16 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
| 17 |
</li> |
| 18 |
<li> |
| 19 |
<a href="#" aria-current="page"> |
15 |
<a href="#" aria-current="page"> |
| 20 |
Error [% errno | html %] |
16 |
Error [% errno | html %] |
| 21 |
</a> |
17 |
</a> |
| 22 |
</li> |
18 |
[% END %] |
| 23 |
</ol> |
19 |
[% END #/ WRAPPER breadcrumbs %] |
| 24 |
</nav> |
20 |
[% END #/ WRAPPER sub-header.inc %] |
| 25 |
[% END %] |
|
|
| 26 |
|
21 |
|
| 27 |
<div class="main container-fluid"> |
22 |
<div class="main container-fluid"> |
| 28 |
<div class="row"> |
23 |
<div class="row"> |