]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12221 - use theme variables so it doesn't break on my setup ;)
authorpoltawski <poltawski>
Thu, 10 Jan 2008 10:43:35 +0000 (10:43 +0000)
committerpoltawski <poltawski>
Thu, 10 Jan 2008 10:43:35 +0000 (10:43 +0000)
merged from MOODLE_19_STABLE

theme/custom_corners/header.html

index 8e8b4ba0eb815ba177029d384a9cfdf84e719928..5197909621554c7e49817b16320a1694f478ea7e 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($CFG->dirroot.'/theme/custom_corners/ui/chameleon.php'); ?>
+    <?php include($CFG->themedir.'/custom_corners/ui/chameleon.php'); ?>
     <?php include("$CFG->javascript"); ?>
-    <?php include($CFG->dirroot.'/theme/custom_corners/js/jquery.php'); ?>
+    <?php include($CFG->themedir.'/custom_corners/js/jquery.php'); ?>
 
     <?php