/// 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
<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'); ?>