|
Link Here
|
| 5 |
[% IF ( OPACFinesTab ) %] |
5 |
[% IF ( OPACFinesTab ) %] |
| 6 |
[% IF ( accountview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-account.pl">my fines</a></li> |
6 |
[% IF ( accountview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-account.pl">my fines</a></li> |
| 7 |
[% END %] |
7 |
[% END %] |
| 8 |
[% IF ( userupdateview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-memberentry.pl">my personal details</a></li> |
8 |
[% IF ( userupdateview ) %] |
|
|
9 |
<li class="active">[% ELSE %]<li>[% END %] |
| 10 |
[% IF OPACPatronDetails %] |
| 11 |
<a href="/cgi-bin/koha/opac-memberentry.pl">my personal details</a> |
| 12 |
[% ELSE %] |
| 13 |
<a href="/cgi-bin/koha/opac-userupdate.pl">my personal details</a> |
| 14 |
[% END %] |
| 15 |
</li> |
| 9 |
[% IF ( TagsEnabled ) %] |
16 |
[% IF ( TagsEnabled ) %] |
| 10 |
[% IF ( tagsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-tags.pl?mine=1">my tags</a></li> |
17 |
[% IF ( tagsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/opac-tags.pl?mine=1">my tags</a></li> |
| 11 |
[% END %] |
18 |
[% END %] |
| 12 |
- |
|
|