urs_hunkler 9939a83dee Merged from 1.9 ::
MDL-11729 :: Removed commenting out loading of the Chameleon files loading.
MDL-11664 :: IE6 can't display transparent PNGs. Added not transparent gifs instead and changed the background for IE6 to a solid colour.
2007-10-13 09:16:46 +00:00

19 lines
498 B
PHP

<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/styles_ie7.css" />
<script type="text/javascript">
/* <![CDATA[ */
var browserIE7 = true;
/* ]]> */
</script>
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/styles_ie6.css" />
<script type="text/javascript">
/* <![CDATA[ */
var browserIE6 = true;
/* ]]> */
</script>
<![endif]-->