Default use the pretty CSS, not the programmer one ... programmers can
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / doc-head-close.inc
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
3 <link rel="stylesheet" type="text/css" media="print" href="<!-- TMPL_VAR name="themelang" -->/includes/intranet-print.css" />
4 <style type="text/css" media="screen"> 
5         <!-- TMPL_IF NAME="intranetstylesheet" -->
6            @import url(<!-- TMPL_VAR NAME="intranetstylesheet" -->);
7     <!-- TMPL_ELSE -->
8         @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2.css);
9     <!-- /TMPL_IF -->
10         <!-- TMPL_IF NAME="intranetcolorstylesheet" -->
11            @import url(<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);
12     <!-- /TMPL_IF -->
13 </style>
14 </head>
15 <body>
16 <script language="JavaScript" type="text/javascript">
17     function _(s) { return s } // dummy function for gettext
18 </script>