]> git.mjollnir.org Git - moodle.git/commitdiff
DIsabling Chameleon for the general case
authormoodler <moodler>
Thu, 10 May 2007 07:16:33 +0000 (07:16 +0000)
committermoodler <moodler>
Thu, 10 May 2007 07:16:33 +0000 (07:16 +0000)
theme/custom_corners/config.php
theme/custom_corners/header.html

index 523702e4999e7ec35cdd55bb4ed429b58e84eac8..3cce51cdc29105662a3a3248543b4aaad5cf4c6d 100644 (file)
@@ -146,8 +146,8 @@ $THEME->customcorners = true;
 /// Please have a look at the README with more details.
 
 
-$THEME->chameleonenabled = true;
-// $THEME->chameleonenabled = false;
+//$THEME->chameleonenabled = true;
+$THEME->chameleonenabled = false;
 
 /// By setting this to false it disables editing of the stylsheets
 /// this saves the overhead of loading chameleon on each page 
index cd58c010bfca1ed66b9c2b56c8a9bf02d3da6fb5..f3be0509a41b317bcc2c996dda1ce58893f68bdb 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'); ?>