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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printnotice.tt (-4 lines)
Lines 15-23 Link Here
15
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
15
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
16
16
17
[% Asset.css("css/print.css") | $raw %]
17
[% Asset.css("css/print.css") | $raw %]
18
[% IF ( Koha.Preference('PrintSlipStylesheet') ) %]
19
<link rel="stylesheet" type="text/css" href="[% Koha.Preference('PrintSlipStylesheet') | $raw %]" />
20
[% END %]
21
[% IF style %]<style>[% style | $raw %]</style>[% END %]
18
[% IF style %]<style>[% style | $raw %]</style>[% END %]
22
</head>
19
</head>
23
20
24
- 

Return to bug 35267