Bug 8305: Added an icon for iOS home screen
1. Bookmark the Koha OPAC on an iOS device 2. See if an icon is formed on the home screen of the device Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
6d3314354e
commit
b9815f602d
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
<meta name="description" content="[% Koha.Preference('OpacMetaDescription') | html %]" />
|
||||
[% END %]
|
||||
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | url %]/[% theme | url %]/images/favicon.ico[% END %]" type="image/x-icon" />
|
||||
<link rel="apple-touch-icon" href="[% IF ( Koha.Preference('OpacFavicon') ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | url %]/[% theme | url %]/images/favicon.ico[% END %]" type="image/x-icon" />
|
||||
[% IF ( bidi ) %]
|
||||
[% Asset.css("lib/jquery/jquery-ui-rtl-1.13.1.min.css") | $raw %]
|
||||
[% ELSE %]
|
||||
|
|
Loading…
Reference in a new issue