|
Lines 24-34
Link Here
|
| 24 |
<li class="breadcrumb-item"> |
24 |
<li class="breadcrumb-item"> |
| 25 |
<a href="/cgi-bin/koha/opac-main.pl">Home</a> |
25 |
<a href="/cgi-bin/koha/opac-main.pl">Home</a> |
| 26 |
</li> |
26 |
</li> |
| 27 |
<li class="breadcrumb-item"> |
27 |
[% IF ( logged_in_user ) %] |
| 28 |
<a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a> |
28 |
<li class="breadcrumb-item"> |
| 29 |
</li> |
29 |
<a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a> |
|
|
30 |
</li> |
| 31 |
[% END %] |
| 30 |
<li class="breadcrumb-item active"> |
32 |
<li class="breadcrumb-item active"> |
| 31 |
<a href="#" aria-current="page">Your purchase suggestions</a> |
33 |
<a href="#" aria-current="page">Purchase suggestions</a> |
| 32 |
</li> |
34 |
</li> |
| 33 |
</ol> |
35 |
</ol> |
| 34 |
</nav> <!-- /#breadcrumbs --> |
36 |
</nav> <!-- /#breadcrumbs --> |
| 35 |
- |
|
|