mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
6 lines
294 B
PHP
6 lines
294 B
PHP
<!--[if IE 7]>
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/styles_ie7.css" />
|
|
<![endif]-->
|
|
<!--[if IE 6]>
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/styles_ie6.css" />
|
|
<![endif]-->
|