|
Lines 9-16
Link Here
|
| 9 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" /> |
9 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" /> |
| 10 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" /> |
10 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" /> |
| 11 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" /> |
11 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sco.css" /> |
| 12 |
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style type="text/css">[% Koha.Preference('OPACUserCSS') %]</style>[% END %] |
12 |
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style>[% Koha.Preference('OPACUserCSS') %]</style>[% END %] |
| 13 |
[% IF ( Koha.Preference('SCOUserCSS') ) %]<style type="text/css">[% Koha.Preference('SCOUserCSS') %]</style>[% END %] |
13 |
[% IF ( Koha.Preference('SCOUserCSS') ) %]<style>[% Koha.Preference('SCOUserCSS') %]</style>[% END %] |
| 14 |
<!--[if lt IE 9]> |
14 |
<!--[if lt IE 9]> |
| 15 |
<script src="[% interface %]/[% theme %]/lib/respond.min.js"></script> |
15 |
<script src="[% interface %]/[% theme %]/lib/respond.min.js"></script> |
| 16 |
<![endif]--> |
16 |
<![endif]--> |
| 17 |
- |
|
|