Default use the pretty CSS, not the programmer one ... programmers can
switch back for ease of programming
This commit is contained in:
parent
d585d5a2bc
commit
c62b2af7fd
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue