Merged parenting fix from 1.9 MDL-12221

This commit is contained in:
moodler
2008-01-10 06:10:50 +00:00
parent 0e13d28f3e
commit e93902f856
+2 -2
View File
@@ -6,9 +6,9 @@
<title><?php echo $title ?></title>
<link rel="shortcut icon" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/favicon.ico" />
<?php include('ui/chameleon.php'); ?>
<?php include($CFG->dirroot.'/theme/custom_corners/ui/chameleon.php'); ?>
<?php include("$CFG->javascript"); ?>
<?php include('js/jquery.php'); ?>
<?php include($CFG->dirroot.'/theme/custom_corners/js/jquery.php'); ?>
<?php