aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/local_head.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/local_head.tpl')
-rw-r--r--themes/default/local_head.tpl16
1 files changed, 9 insertions, 7 deletions
diff --git a/themes/default/local_head.tpl b/themes/default/local_head.tpl
index 728feb21f..d35ab8401 100644
--- a/themes/default/local_head.tpl
+++ b/themes/default/local_head.tpl
@@ -1,7 +1,9 @@
-<!--[if lt IE 7]>
- <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
-<![endif]-->
-<!--[if IE 7]>
- <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
-<![endif]-->
-<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}themes/default/print.css">
+{if $load_css}
+ <!--[if lt IE 7]>
+ <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie5-ie6.css">
+ <![endif]-->
+ <!--[if IE 7]>
+ <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/default/fix-ie7.css">
+ <![endif]-->
+ {combine_css path="themes/default/print.css" order=-10}
+{/if} \ No newline at end of file