Default use the pretty CSS, not the programmer one ... programmers can
authorkados <kados>
Tue, 3 Jul 2007 18:22:02 +0000 (18:22 +0000)
committerkados <kados>
Tue, 3 Jul 2007 18:22:02 +0000 (18:22 +0000)
switch back for ease of programming

koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc

index c24098a..8f469f4 100644 (file)
@@ -5,7 +5,7 @@
        <!-- TMPL_IF NAME="intranetstylesheet" -->
           @import url(<!-- TMPL_VAR NAME="intranetstylesheet" -->);
     <!-- TMPL_ELSE -->
-        @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+        @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet2.css);
     <!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="intranetcolorstylesheet" -->
           @import url(<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);
@@ -15,4 +15,4 @@
 <body>
 <script language="JavaScript" type="text/javascript">
     function _(s) { return s } // dummy function for gettext
-</script>
\ No newline at end of file
+</script>