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