Bug 11060: (Bootstrap theme) fix incorrect rendering for right to left languages
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / includes / doc-head-close.inc
1 </title>
2 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3 <meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
4 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
5 <link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
6 [% IF ( bidi ) %]
7     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" />
8 [% ELSE %]
9     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
10 [% END %]
11
12 [% IF ( bidi ) %]
13     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui-rtl.css" />
14 [% ELSE %]
15     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
16 [% END %]
17
18 [% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
19 [% IF (opaclayoutstylesheet.match('^https?:|^\/')) %]
20     <link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet %]" />
21 [% ELSE %]
22     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% opaclayoutstylesheet %]" />
23 [% END %]
24 [% IF ( opaccolorstylesheet ) %]
25     [% IF (opaccolorstylesheet.match('^https?:|^\/')) %]
26         <link rel="stylesheet" type="text/css" href="[% opaccolorstylesheet %]" />
27     [% ELSE %]
28         <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% opaccolorstylesheet %]" />
29     [% END %]
30 [% END %]
31 [% IF ( opac_css_override ) %]
32     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/[% opac_css_override %]" />
33 [% END %]
34 <link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
35 [% IF persona %]
36  <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/persona-buttons.css" />
37 [% END %]
38 [% IF ( bidi ) %]
39     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />
40 [% END %]
41 [% IF ( OPACUserCSS ) %]<style type="text/css">[% OPACUserCSS %]</style>[% END %]
42 <link rel="unapi-server" type="application/xml" title="unAPI" href="[% OPACBaseURL %]/cgi-bin/koha/unapi" />
43 [% PROCESS cssinclude %]
44 <!-- Respond.js brings responsive layout behavior to IE < v.9 -->
45 <!--[if lt IE 9]>
46     <script src="[% interface %]/[% theme %]/lib/respond.min.js"></script>
47 <![endif]-->
48 <script type="text/javascript">
49     function _(s) { return s } // dummy function for gettext
50 </script>
51 <script type="text/javascript" src="[% interface %]/[% theme %]/lib/modernizr.min.js"></script>