|
Lines 18-24
Link Here
|
| 18 |
[% SET OverDriveCirculation = ( OverDriveEnabled && Koha.Preference( "OverDriveCirculation" ) ) %] |
18 |
[% SET OverDriveCirculation = ( OverDriveEnabled && Koha.Preference( "OverDriveCirculation" ) ) %] |
| 19 |
|
19 |
|
| 20 |
[% INCLUDE 'doc-head-open.inc' %] |
20 |
[% INCLUDE 'doc-head-open.inc' %] |
| 21 |
<title>Your library home › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> |
21 |
<title>Your summary › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> |
| 22 |
[% INCLUDE 'doc-head-close.inc' %] |
22 |
[% INCLUDE 'doc-head-close.inc' %] |
| 23 |
[% Asset.css("css/overdrive.css") | $raw %] |
23 |
[% Asset.css("css/overdrive.css") | $raw %] |
| 24 |
[% BLOCK cssinclude %] |
24 |
[% BLOCK cssinclude %] |
| 25 |
- |
|
|