|
Lines 46-64
Link Here
|
| 46 |
[% END %] |
46 |
[% END %] |
| 47 |
[% IF ( Koha.Preference('OPACUserCSS') ) %] |
47 |
[% IF ( Koha.Preference('OPACUserCSS') ) %] |
| 48 |
<!-- prettier-ignore-start --> |
48 |
<!-- prettier-ignore-start --> |
| 49 |
<style>[% Koha.Preference('OPACUserCSS') | $raw %]</style> |
49 |
<style nonce="[% Koha.CSPNonce | $raw %]">[% Koha.Preference('OPACUserCSS') | $raw %]</style> |
| 50 |
<!-- prettier-ignore-end --> |
50 |
<!-- prettier-ignore-end --> |
| 51 |
[% END %] |
51 |
[% END %] |
| 52 |
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %] |
52 |
[% IF Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) %] |
| 53 |
<!-- prettier-ignore-start --> |
53 |
<!-- prettier-ignore-start --> |
| 54 |
<style> |
54 |
<style nonce="[% Koha.CSPNonce | $raw %]"> |
| 55 |
[% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %] |
55 |
[% Branches.GetBranchSpecificCSS( Branches.GetLoggedInBranchcode() || default_branch) | $raw %] |
| 56 |
</style> |
56 |
</style> |
| 57 |
<!-- prettier-ignore-end --> |
57 |
<!-- prettier-ignore-end --> |
| 58 |
[% END %] |
58 |
[% END %] |
| 59 |
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %] |
59 |
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %] |
| 60 |
<!-- prettier-ignore-start --> |
60 |
<!-- prettier-ignore-start --> |
| 61 |
<style>[% Koha.Preference('SelfCheckInUserCSS') | $raw %]</style> |
61 |
<style nonce="[% Koha.CSPNonce | $raw %]">[% Koha.Preference('SelfCheckInUserCSS') | $raw %]</style> |
| 62 |
<!-- prettier-ignore-end --> |
62 |
<!-- prettier-ignore-end --> |
| 63 |
[% END %] |
63 |
[% END %] |
| 64 |
<script nonce="[% Koha.CSPNonce | $raw %]"> |
64 |
<script nonce="[% Koha.CSPNonce | $raw %]"> |