mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
8 lines
352 B
PHP
Executable file
8 lines
352 B
PHP
Executable file
<?php require_js(array('yui_yahoo','yui_dom','yui_event','yui_animation')); ?>
|
|
|
|
<!--[if IE 7]>
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->httpsthemewww ?>/lines/styles_ie7.css" />
|
|
<![endif]-->
|
|
<!--[if IE 6]>
|
|
<link rel="stylesheet" type="text/css" href="<?php echo $CFG->httpsthemewww ?>/lines/styles_ie6.css" />
|
|
<![endif]-->
|