From eab4b70f302edf9843751b7e54dc33db78cef9ed Mon Sep 17 00:00:00 2001 From: mits Date: Fri, 26 Jan 2007 02:16:31 +0000 Subject: [PATCH] Added some new settings to config.php based on /theme/standard change. --- theme/oceanblue/config.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/theme/oceanblue/config.php b/theme/oceanblue/config.php index 312a8664e0..3ba03e1d60 100644 --- a/theme/oceanblue/config.php +++ b/theme/oceanblue/config.php @@ -80,6 +80,36 @@ $THEME->langsheets = false; /// different styles. +$THEME->courseformatsheets = true; + +/// When this is enabled, this theme will search for files +/// named "styles.php" inside all course formats and +/// include them. This allows course formats to provide +/// their own default styles. + + +$THEME->metainclude = false; + +/// When this is enabled (or not set!) then Moodle will try +/// to include a file meta.php from this theme into the +/// part of the page. + + +$THEME->standardmetainclude = true; + + +/// When this is enabled (or not set!) then Moodle will try +/// to include a file meta.php from the standard theme into the +/// part of the page. + + +$THEME->parentmetainclude = false; + +/// When this is enabled (or not set!) then Moodle will try +/// to include a file meta.php from the parent theme into the +/// part of the page. + + $THEME->navmenuwidth = 50; /// You can use this to control the cutoff point for strings -- 2.39.5