]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11729 :: Removed commenting out loading of the Chameleon files loading
authorstronk7 <stronk7>
Fri, 12 Oct 2007 09:57:58 +0000 (09:57 +0000)
committerstronk7 <stronk7>
Fri, 12 Oct 2007 09:57:58 +0000 (09:57 +0000)
Merged from MOODLE_19_STABLE

theme/custom_corners/header.html

index 929596c42ac76962d1388dddb4c1149472a0d61f..27c8d1b444d294bba669b933cb7ec4e31541f5cd 100644 (file)
@@ -6,7 +6,7 @@
     <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('ui/chameleon.php'); ?>
     <?php include("$CFG->javascript"); ?>
     <?php include('js/jquery.php'); ?>