[Koha-bugs] [Bug 8952] Add http:// to url in social media links on opac-detail

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 24 18:39:24 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8952

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 13023
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13023&action=edit
Bug 8952 - Add http:// to url in social media links on opac-detail

This patch adds a variable to the template, "protocol" based on
whether "using_https" is set. The appropriate protocol is
inserted before social media links.

To test, confirm that  OPACBaseURL is set and lacks "http(s)://"
Social media links should include correct URLs.

A follow-up patch could copy use of this [% protocol %] variable
in other parts of this template which duplicate large chunks of
HTML based on [% using_https %].

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list