Lines 8-14
Link Here
|
8 |
[% SET SelfCheckHelpMessage = AdditionalContents.get( location => "SelfCheckHelpMessage", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
8 |
[% SET SelfCheckHelpMessage = AdditionalContents.get( location => "SelfCheckHelpMessage", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
9 |
<title>Self checkout help › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title> |
9 |
<title>Self checkout help › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title> |
10 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
10 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
11 |
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats --> |
11 |
<meta name="generator" content="Koha" /> <!-- leave this for stats --> |
12 |
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" /> |
12 |
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" /> |
13 |
[% Asset.css("lib/fontawesome/css/fontawesome.min.css") | $raw %] |
13 |
[% Asset.css("lib/fontawesome/css/fontawesome.min.css") | $raw %] |
14 |
[% Asset.css("lib/fontawesome/css/brands.min.css") | $raw %] |
14 |
[% Asset.css("lib/fontawesome/css/brands.min.css") | $raw %] |