mirror of
https://github.com/moodle/moodle.git
synced 2025-03-30 21:42:42 +02:00
12 lines
365 B
PHP
Executable File
12 lines
365 B
PHP
Executable File
<?php
|
|
|
|
$PAGE->requires->yui2_lib('animation');
|
|
echo $PAGE->requires->get_yui2lib_code(); ?>
|
|
|
|
<!--[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]-->
|