aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/local_head.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-03 19:13:33 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-03 19:13:33 +0000
commit81f391a1e441d424d67c9662531c770004aa4d89 (patch)
tree9441163bcc2319b552d6aa6c5fb62b674c5832be /admin/themes/default/local_head.tpl
parent9db8ee600860893a18f76ebbe822393426463bcb (diff)
admin theme uses combined_css
git-svn-id: http://piwigo.org/svn/trunk@7990 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/local_head.tpl')
-rw-r--r--admin/themes/default/local_head.tpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/admin/themes/default/local_head.tpl b/admin/themes/default/local_head.tpl
index dd2ebc552..b45a62918 100644
--- a/admin/themes/default/local_head.tpl
+++ b/admin/themes/default/local_head.tpl
@@ -1,3 +1,5 @@
-<!--[if lt IE 7]>
- <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie5-ie6.css">
-<![endif]-->
+{if $load_css}
+<!--[if lt IE 7]>
+ <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie5-ie6.css">
+<![endif]-->
+{/if} \ No newline at end of file