View | Details | Raw Unified | Return to bug 15492
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-6 / +5 lines)
Lines 28-37 Link Here
28
[% ELSE %]
28
[% ELSE %]
29
<link rel="shortcut icon" href="[% interface %]/[% theme %]/images/favicon.ico" type="image/x-icon" />
29
<link rel="shortcut icon" href="[% interface %]/[% theme %]/images/favicon.ico" type="image/x-icon" />
30
[% END %]
30
[% END %]
31
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
31
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min_[% KOHA_VERSION %].css" />
32
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
32
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui_[% KOHA_VERSION %].css" />
33
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/font-awesome/css/font-awesome.min.css" />
33
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/font-awesome/css/font-awesome.min_[% KOHA_VERSION %].css" />
34
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sci.css" />
34
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/sci_[% KOHA_VERSION %].css" />
35
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style type="text/css">[% Koha.Preference('OPACUserCSS') %]</style>[% END %]
35
[% IF ( Koha.Preference('OPACUserCSS') ) %]<style type="text/css">[% Koha.Preference('OPACUserCSS') %]</style>[% END %]
36
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %]<style type="text/css">[% Koha.Preference('SelfCheckInUserCSS') %]</style>[% END %]
36
[% IF ( Koha.Preference('SelfCheckInUserCSS') ) %]<style type="text/css">[% Koha.Preference('SelfCheckInUserCSS') %]</style>[% END %]
37
<!--[if lt IE 9]>
37
<!--[if lt IE 9]>
Lines 40-46 Link Here
40
<script type="text/javascript">
40
<script type="text/javascript">
41
    function _(s) { return s } // dummy function for gettext
41
    function _(s) { return s } // dummy function for gettext
42
</script>
42
</script>
43
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>
43
<script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min_[% KOHA_VERSION %].js"></script>
44
</head>
44
</head>
45
<body id="sci_main" class="sci" onload="dofocus();" onunload="mungeHistory();">
45
<body id="sci_main" class="sci" onload="dofocus();" onunload="mungeHistory();">
46
46
47
- 

Return to bug 15492