]> git.mjollnir.org Git - moodle.git/commitdiff
Merged parenting fix from 1.9 MDL-12221
authormoodler <moodler>
Thu, 10 Jan 2008 06:10:50 +0000 (06:10 +0000)
committermoodler <moodler>
Thu, 10 Jan 2008 06:10:50 +0000 (06:10 +0000)
theme/custom_corners/header.html

index 7ba599ef227ca57606124d7bc0ccb6c094d1b37d..8e8b4ba0eb815ba177029d384a9cfdf84e719928 100644 (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