From ad9757c53e3329c5eec17af0f0269d657cd23761 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 10 May 2007 07:16:33 +0000 Subject: [PATCH] DIsabling Chameleon for the general case --- theme/custom_corners/config.php | 4 ++-- theme/custom_corners/header.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/custom_corners/config.php b/theme/custom_corners/config.php index 523702e499..3cce51cdc2 100644 --- a/theme/custom_corners/config.php +++ b/theme/custom_corners/config.php @@ -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 diff --git a/theme/custom_corners/header.html b/theme/custom_corners/header.html index cd58c010bf..f3be0509a4 100644 --- a/theme/custom_corners/header.html +++ b/theme/custom_corners/header.html @@ -6,7 +6,7 @@ <?php echo $title ?> - + javascript"); ?> -- 2.39.5