Lines 26-36
Link Here
|
26 |
[% END %] |
26 |
[% END %] |
27 |
[% INCLUDE 'doc-head-open.inc' %] |
27 |
[% INCLUDE 'doc-head-open.inc' %] |
28 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %]</title> |
28 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %][% IF Koha.Preference('marcflavour')=='UNIMARC' %],[% END %] [% subtitl.subfield |html %][% END %]</title> |
29 |
[% IF Koha.Preference(' TwitterSummary ') %] |
29 |
[% IF Koha.Preference('TwitterSummary') %] |
30 |
<meta name="twitter:card" content="summary" /> |
30 |
<meta name="twitter:card" content="summary" /> |
31 |
<meta name="twitter:site" content="[% Koha.Preference('TwitterAccount') %]" /> |
31 |
<meta name="twitter:site" content="[% Koha.Preference('TwitterAccount') %]" /> |
32 |
<meta name="twitter:title" content="[% title |html %]" /> |
32 |
<meta name="twitter:title" content="[% title |html %]" /> |
33 |
<meta name="twitter:description" content="View it at [% LibraryNameTitle %]" /> |
33 |
<meta name="twitter:description" content="View it at [% LibraryNameTitle %]" /> |
|
|
34 |
[% IF ( OPACLocalCoverImages ) %] |
35 |
<meta name="twitter:image" content="/cgi-bin/koha/opac-image.pl?thumbnail=1&imagenumber=[% image %]" /> |
36 |
[% ELSIF ( OPACAmazonCoverImages ) %] |
37 |
<meta name="twitter:image" content="https://images-na.ssl-images-amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" /> |
38 |
[% END %] |
34 |
[% END %] |
39 |
[% END %] |
35 |
[% INCLUDE 'doc-head-close.inc' %] |
40 |
[% INCLUDE 'doc-head-close.inc' %] |
36 |
[% IF ( bidi ) %] |
41 |
[% IF ( bidi ) %] |
37 |
- |
|
|