From b2a133b913f93da092e5945dffb914b1dea11ef6 Mon Sep 17 00:00:00 2001
From: urs_hunkler <urs_hunkler>
Date: Mon, 18 Feb 2008 07:24:17 +0000
Subject: [PATCH] disable chameleon as default

---
 theme/chameleon/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/chameleon/config.php b/theme/chameleon/config.php
index a58482de33..3ed08fce21 100644
--- a/theme/chameleon/config.php
+++ b/theme/chameleon/config.php
@@ -125,7 +125,7 @@ $THEME->makenavmenulist = false;
 /// creating popup navigation menus and so on.
 
 
-$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 
-- 
2.39.5