merged from 1.9 :: MDL-12536 :: changed customtheme call to fixed custom_corners call.

This commit is contained in:
urs_hunkler
2008-01-16 17:20:24 +00:00
parent 8bdd962733
commit f6e98e0cfb
+2 -2
View File
@@ -1,5 +1,5 @@
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/styles_ie7.css" />
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->themewww ?>/custom_corners/styles_ie7.css" />
<script type="text/javascript">
/* <![CDATA[ */
@@ -8,7 +8,7 @@
</script>
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/styles_ie6.css" />
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->themewww ?>/custom_corners/styles_ie6.css" />
<script type="text/javascript">
/* <![CDATA[ */