Bug 17870 - Call to include file incorrectly moved into the footer
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / doc-head-close.inc
1 [% USE Koha %]
2 [% USE String %]
3 [% PROCESS 'html_helpers.inc' %]
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
6 [%# Prevent XFS attacks -%]
7 [% UNLESS popup %]
8     <style id="antiClickjack">body{display:none !important;}</style>
9 [% END %]
10
11 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
12
13 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.css" />
14 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" />
15 <link rel="stylesheet" type="text/css" href="[% interface %]/lib/font-awesome/css/font-awesome.min.css" />
16 <link rel="stylesheet" type="text/css" media="print" href="[% interface %]/[% theme %]/css/print.css" />
17 [% INCLUDE intranetstylesheet.inc %]
18 [% IF ( bidi ) %]<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/right-to-left.css" />[% END %]
19
20 [% IF ( login ) %]
21     <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/login.css" />
22 [% END %]
23 [% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS %]</style>[% END %]
24
25 [% UNLESS ( footerjs ) %]
26     [% INCLUDE js_includes.inc %]
27 [% END %]