mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
themes MDL-19077: Update deprecated stuff in all theme config.php files.
This commit is contained in:
parent
4f876e658c
commit
793a204e7b
16 changed files with 45 additions and 405 deletions
|
@ -123,15 +123,6 @@ $THEME->custompix = false;
|
||||||
/// "pix/mod" directory containing all the icons
|
/// "pix/mod" directory containing all the icons
|
||||||
/// for all the activity modules.
|
/// 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 = '►' //OR '→';
|
///$THEME->rarrow = '►' //OR '→';
|
||||||
///$THEME->larrow = '◄' //OR '←';
|
///$THEME->larrow = '◄' //OR '←';
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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.
|
|
||||||
|
|
||||||
|
|
||||||
$THEME->metainclude = true;
|
$THEME->metainclude = true;
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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.
|
|
||||||
|
|
||||||
|
|
||||||
$THEME->metainclude = true;
|
$THEME->metainclude = true;
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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.
|
|
||||||
|
|
||||||
|
|
||||||
$THEME->metainclude = true;
|
$THEME->metainclude = true;
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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.
|
|
||||||
|
|
||||||
|
|
||||||
$THEME->metainclude = false;
|
$THEME->metainclude = false;
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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.
|
|
||||||
|
|
||||||
|
|
||||||
$THEME->metainclude = true;
|
$THEME->metainclude = true;
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
||||||
/// You can use this to control the cutoff point for strings
|
/// You can use this to control the cutoff point for strings
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
||||||
/// You can use this to control the cutoff point for strings
|
/// You can use this to control the cutoff point for strings
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
||||||
/// You can use this to control the cutoff point for strings
|
/// You can use this to control the cutoff point for strings
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
||||||
/// You can use this to control the cutoff point for strings
|
/// You can use this to control the cutoff point for strings
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
||||||
/// You can use this to control the cutoff point for strings
|
/// You can use this to control the cutoff point for strings
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
||||||
/// You can use this to control the cutoff point for strings
|
/// You can use this to control the cutoff point for strings
|
||||||
|
|
|
@ -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
|
/// Which types of plugins should be searched for a styles.php file. This
|
||||||
/// files named "styles.php" inside all Activity modules and
|
/// Allows plugins to include enough styling information to work out of the box.
|
||||||
/// 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->navmenuwidth = 50;
|
$THEME->navmenuwidth = 50;
|
||||||
|
|
||||||
/// You can use this to control the cutoff point for strings
|
/// You can use this to control the cutoff point for strings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue