Lines 17-23
Link Here
|
17 |
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %] |
17 |
[% Asset.css("lib/jquery/jquery-ui.css") | $raw %] |
18 |
[% END %] |
18 |
[% END %] |
19 |
|
19 |
|
20 |
[% SET opaclayoutstylesheet='opac_' _ KOHA_VERSION _ '.css' UNLESS opaclayoutstylesheet %] |
20 |
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %] |
21 |
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %] |
21 |
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %] |
22 |
<link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet | html %]" /> |
22 |
<link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet | html %]" /> |
23 |
[% ELSE %] |
23 |
[% ELSE %] |
24 |
- |
|
|