|
Lines 14-25
Link Here
|
| 14 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
| 15 |
[% BLOCK cssinclude %] |
15 |
[% BLOCK cssinclude %] |
| 16 |
[% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %] |
16 |
[% SET SCOUserCSS = Koha.Preference('SCOUserCSS') %] |
|
|
17 |
[% Asset.css("css/sco.css") | $raw %] |
| 17 |
[% IF ( SCOUserCSS ) %] |
18 |
[% IF ( SCOUserCSS ) %] |
| 18 |
<!-- prettier-ignore-start --> |
19 |
<!-- prettier-ignore-start --> |
| 19 |
<!-- SCOUserCSS --> |
20 |
<!-- SCOUserCSS --> |
| 20 |
<style>[% SCOUserCSS | $raw %]</style> |
21 |
<style>[% SCOUserCSS | $raw %]</style> |
| 21 |
<!-- prettier-ignore-end --> |
22 |
<!-- prettier-ignore-end --> |
| 22 |
[% Asset.css("css/sco.css") | $raw %] |
|
|
| 23 |
[% END %] |
23 |
[% END %] |
| 24 |
[% END %] |
24 |
[% END %] |
| 25 |
</head> |
25 |
</head> |
| 26 |
- |
|
|