|
Lines 424-430
Link Here
|
| 424 |
<li> |
424 |
<li> |
| 425 |
<label for="MyPublicLink">See your public page: </label> |
425 |
<label for="MyPublicLink">See your public page: </label> |
| 426 |
[% IF Koha.Preference('UsageStatsPublicID') %] |
426 |
[% IF Koha.Preference('UsageStatsPublicID') %] |
| 427 |
[% SET my_url = 'http://hea.koha-community.org/libraries/' _ Koha.Preference('UsageStatsPublicID') %] |
427 |
[% SET my_url = 'http://community-hea.preprod.biblibre.eu/libraries/' _ Koha.Preference('UsageStatsPublicID') %] |
| 428 |
<a href="[% my_url %]">[% my_url %]</a> |
428 |
<a href="[% my_url %]">[% my_url %]</a> |
| 429 |
[% ELSE %] |
429 |
[% ELSE %] |
| 430 |
You do not have anything public yet. |
430 |
You do not have anything public yet. |
| 431 |
- |
|
|