Lines 233-239
Link Here
|
233 |
<li> |
233 |
<li> |
234 |
<label for="MyPublicLink">See your public page: </label> |
234 |
<label for="MyPublicLink">See your public page: </label> |
235 |
[% IF Koha.Preference('UsageStatsPublicID') %] |
235 |
[% IF Koha.Preference('UsageStatsPublicID') %] |
236 |
[% SET my_url = 'https://hea.koha-community.org/libraries/' _ Koha.Preference('UsageStatsPublicID') %] |
236 |
[% SET my_url = 'https://community-hea.preprod.biblibre.eu/libraries/' _ Koha.Preference('UsageStatsPublicID') %] |
237 |
<a href="[% my_url %]">[% my_url %]</a> |
237 |
<a href="[% my_url %]">[% my_url %]</a> |
238 |
[% ELSE %] |
238 |
[% ELSE %] |
239 |
You do not have anything public yet. |
239 |
You do not have anything public yet. |
240 |
- |
|
|