Skip to content

Commit

Permalink
Use SSL for amazon images
Browse files Browse the repository at this point in the history
  • Loading branch information
kidclamp committed Dec 2, 2016
1 parent d620ce8 commit f952177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Koha/Plugin/Com/ByWaterSolutions/CoverFlow/report.tt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[% IF d.localcover %]
<img src="/cgi-bin/koha/opac-image.pl?biblionumber=[% d.biblionumber %]" />
[% ELSE %]
<img src="http://images.amazon.com/images/P/[% d.isbn %].01.LZZZZZZZ.jpg" />
<img src="https://images-na.ssl-images-amazon.com/images/P/[% d.isbn %].01.LZZZZZZZ.jpg" />
[% END %]
</a>
[% IF showtitle %]
Expand All @@ -19,7 +19,7 @@
[% IF d.localcover %]
<img src="/cgi-bin/koha/opac-image.pl?biblionumber=[% d.biblionumber %]" />
[% ELSE %]
<img src="http://images.amazon.com/images/P/[% d.isbn %].01.LZZZZZZZ.jpg" />
<img src="https://images-na.ssl-images-amazon.com/images/P/[% d.isbn %].01.LZZZZZZZ.jpg" />
[% END %]
<br/>
<a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% d.biblionumber %]">[% d.title %]</a>
Expand Down

0 comments on commit f952177

Please sign in to comment.