@@ -, +, @@ opac-detail --- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -17,6 +17,11 @@ [% END %] [% END %] +[% IF ( using_https ) %] + [% SET protocol = "https://" %] +[% ELSE %] + [% SET protocol = "http://" %] +[% END %] [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] @@ -1454,10 +1459,10 @@ YAHOO.util.Event.onContentReady("furtherm", function () { [% IF ( SocialNetworks ) %]
Share -
Facebook
-
LinkedIn
-
Delicious
-
Email
+
Facebook
+
LinkedIn
+
Delicious
+
Email
--