]> git.mjollnir.org Git - moodle.git/commitdiff
themes MDL-19077: Update deprecated stuff in all theme config.php files.
authortjhunt <tjhunt>
Thu, 9 Jul 2009 02:06:22 +0000 (02:06 +0000)
committertjhunt <tjhunt>
Thu, 9 Jul 2009 02:06:22 +0000 (02:06 +0000)
16 files changed:
theme/anomaly/config.php
theme/chameleon/config.php
theme/colors/config.php
theme/cornflower/config.php
theme/custom_corners/config.php
theme/formal_white/config.php
theme/lines/config.php
theme/metal/config.php
theme/oceanblue/config.php
theme/orangewhite/config.php
theme/orangewhitepda/config.php
theme/standardblue/config.php
theme/standardgreen/config.php
theme/standardlogo/config.php
theme/standardred/config.php
theme/wood/config.php

index 929db4bcf32011309b23926dfc45d8e1d56f1225..ff07fda9a355dcec99e96b6dca63b32ff0404433 100644 (file)
@@ -123,15 +123,6 @@ $THEME->custompix = false;
 /// "pix/mod" directory containing all the icons 
 /// for all the activity modules.
 
-$THEME->block_l_min_width = 200;
-$THEME->block_l_max_width = 200;
-$THEME->block_r_min_width = 200;
-$THEME->block_r_max_width = 200;
-
-/// These values define the min and max width of the left and right
-/// sideblocks in the course pages. If not set or false the standard 
-/// values are taken.
-
 
 ///$THEME->rarrow = '&#x25BA;' //OR '&rarr;';
 ///$THEME->larrow = '&#x25C4;' //OR '&larr;';
index b917d045e8d37e86a51549bdc13e897884f6287d..6c6c01b7a890057f6f6a838077325e85585303dc 100644 (file)
@@ -54,38 +54,10 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// 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.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
 $THEME->metainclude = true;
index eabf8b621543a2c5b451e1abf25b61764fcb32ad..7aa870d9a6925363cc853fb76e9a1eaf83a7a121 100755 (executable)
@@ -54,38 +54,10 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// 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.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
 $THEME->metainclude = true;
index fc82c22eaef1dd48b85a985998c90b506a806882..de73809ad7073ee509c2e9cbbf0673676386366f 100644 (file)
@@ -54,30 +54,10 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
 $THEME->navmenuwidth = 50;
index 52cddd9ba1cce1b6fc226f2c312dee9f05c08a3a..e6cb506c1ef6dbb057bb640811b7325b3b741308 100644 (file)
@@ -52,56 +52,10 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for
-/// files named "styles.php" inside all Activity modules and
-/// include them.   This allows modules to provide some basic
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->blocksheets = true;
-
-/// When this is enabled, then this theme will search for
-/// files named "styles.php" inside all Block modules and
-/// include them.   This allows Blocks to provide some basic
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;
-
-/// By setting this to true, then this theme will search for
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide
-/// different styles.
-
-
-$THEME->block_l_min_width = 180;
-$THEME->block_l_max_width = 210;
-$THEME->block_r_min_width = 180;
-$THEME->block_r_max_width = 210;
-
-/// These values define the min and max width of the left and right
-/// sieblocks in the course pages. If not set or false the standard
-/// values are taken.
-
-
-// $THEME->layouttable = array('left', 'middle', 'right');
-
-/// $THEME->layouttable defines the way the columns are displayed
-/// on the pages. You can rearange the columns to have the content
-/// left and the two columns on the right page side.
-/// $THEME->layouttable = array('middle', 'left', 'right');
-
-
-$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.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
 $THEME->metainclude = true;
index df72ac4cbf31b421fe1d2f7dc7ffe1bb7353ff85..6f84a8c29e3f135093d0c5fbd65daab2c5525529 100644 (file)
@@ -53,38 +53,10 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// 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.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
 $THEME->metainclude = false;
index 47bfda61f42a01be58f85266dad7f4818541634f..d541a33c71af7776b12cde2b30a5866df171fda9 100755 (executable)
@@ -54,38 +54,10 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// 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.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
 $THEME->metainclude = true;
index de75eb0a9ec268752778e5be08a9cd3a35134fab..8e8fa259a6624b7b93928780cba39ec9da578729 100644 (file)
@@ -54,31 +54,12 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
-
 $THEME->navmenuwidth = 50;
 
 /// You can use this to control the cutoff point for strings 
index b3b79352ff8a30861f8baaa66d054a062d157404..96b7ed63b97ace26d52ccca878e0ae31ff90344f 100644 (file)
@@ -54,31 +54,12 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
-
 $THEME->navmenuwidth = 50;
 
 /// You can use this to control the cutoff point for strings 
index d63534763d0935754d6f5e84382a2e80fd8adde5..8b336219f68bbceb9b2d0cf7552aaae102c49b95 100644 (file)
@@ -54,30 +54,10 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
 $THEME->navmenuwidth = 50;
index 2a7a0567d797fa0b69e95b9e1b583df35fa54259..e9916968729ac5b86dab85bf5e2145bade1eebde 100644 (file)
@@ -54,30 +54,10 @@ $THEME->parentsheets = array('styles_layout', 'styles_fonts', 'styles_color', 's
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
 $THEME->navmenuwidth = 50;
index 68f9af7b47a624a8630d7d598e9ace9bedaa81e4..319b9cdf3be62a210b4cc579ff4e6cde2aff5765 100644 (file)
@@ -54,31 +54,12 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
-
 $THEME->navmenuwidth = 50;
 
 /// You can use this to control the cutoff point for strings 
index 68f9af7b47a624a8630d7d598e9ace9bedaa81e4..319b9cdf3be62a210b4cc579ff4e6cde2aff5765 100644 (file)
@@ -54,31 +54,12 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
-
 $THEME->navmenuwidth = 50;
 
 /// You can use this to control the cutoff point for strings 
index ba954c3c4bcdf4d5b36efddb2bb06b776a52fd93..3b5ee9e81db5f5800771852c012bc244681f633b 100644 (file)
@@ -54,31 +54,12 @@ $THEME->parentsheets = array('gradients');
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
-
 $THEME->navmenuwidth = 50;
 
 /// You can use this to control the cutoff point for strings 
index 68f9af7b47a624a8630d7d598e9ace9bedaa81e4..319b9cdf3be62a210b4cc579ff4e6cde2aff5765 100644 (file)
@@ -54,31 +54,12 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
-
 $THEME->navmenuwidth = 50;
 
 /// You can use this to control the cutoff point for strings 
index ac4a4fa4272de638eb4ad7f3748d5d32b716491c..10d1156656efbb563b378a5a1402b3fa72c59f0d 100644 (file)
@@ -54,31 +54,12 @@ $THEME->parentsheets = false;
 ////////////////////////////////////////////////////////////////////////////////
 
 
-$THEME->modsheets = true;  
+$THEME->pluginsheets = array('mod', 'block', 'format', 'gradereport');
 
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Activity modules and 
-/// include them.   This allows modules to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
+/// Which types of plugins should be searched for a styles.php file. This
+/// Allows plugins to include enough styling information to work out of the box.
 
 
-$THEME->blocksheets = true;  
-
-/// When this is enabled, then this theme will search for 
-/// files named "styles.php" inside all Block modules and 
-/// include them.   This allows Blocks to provide some basic 
-/// layouts so they work out of the box.
-/// It is HIGHLY recommended to leave this enabled.
-
-
-$THEME->langsheets = false;  
-
-/// By setting this to true, then this theme will search for 
-/// a file named "styles.php" inside the current language
-/// directory.  This allows different languages to provide 
-/// different styles.
-
 $THEME->navmenuwidth = 50;
 
 /// You can use this to control the cutoff point for strings