|
Link Here
|
| 24 |
[% END %] |
24 |
[% END %] |
| 25 |
<a href="/cgi-bin/koha/opac-memberentry.pl">your personal details</a></li> |
25 |
<a href="/cgi-bin/koha/opac-memberentry.pl">your personal details</a></li> |
| 26 |
|
26 |
|
| 27 |
[% IF Koha.Preference('GDPR_Policy') # remove when extending %] |
27 |
[% IF Koha.Preference('GDPR_Policy') or AuthorisedValues.Get('PATRON_CONSENT').size >0 %] |
| 28 |
[% IF consentview %]<li class="active">[% ELSE %]<li>[% END %] |
28 |
[% IF consentview %]<li class="active">[% ELSE %]<li>[% END %] |
| 29 |
<a href="/cgi-bin/koha/opac-patron-consent.pl">your consents</a> |
29 |
<a href="/cgi-bin/koha/opac-patron-consent.pl">your consents</a> |
| 30 |
</li> |
30 |
</li> |
| 31 |
- |
|
|