View | Details | Raw Unified | Return to bug 17937
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-2 / +1 lines)
Lines 26-32 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 &rsaquo; 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 &rsaquo; 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
- 

Return to bug 17937