mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
9939a83dee
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.
19 lines
498 B
PHP
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]-->
|