From df5be4fb9c8eb26ff87f38e5e1d95602927b174b Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 9 Mar 2008 12:09:43 +0000 Subject: [PATCH] set chameleonteachereditenabled to false 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 a7fad496921..35ea6965bb6 100644 --- a/theme/chameleon/config.php +++ b/theme/chameleon/config.php @@ -131,7 +131,7 @@ $THEME->chameleonenabled = false; /// It is recommended to set this to false again once you're /// satisfied with your theme. -$THEME->chameleonteachereditenabled = true; +$THEME->chameleonteachereditenabled = false; /// If you use chameleon as a course theme setting this to true /// will allow teachers on that course to edit the theme.