mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-44381 theme_brick: Removed whitespace and reference to arialist theme in config.php.
This commit is contained in:
parent
a2db21c633
commit
ecdec8f8c7
1 changed files with 9 additions and 16 deletions
|
@ -35,7 +35,6 @@ $THEME->name = 'brick';
|
||||||
// the directory in which this file resides.
|
// the directory in which this file resides.
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
$THEME->parents = array(
|
$THEME->parents = array(
|
||||||
'canvas',
|
'canvas',
|
||||||
'base',
|
'base',
|
||||||
|
@ -51,7 +50,6 @@ $THEME->parents = array(
|
||||||
// changes you want to your theme.
|
// changes you want to your theme.
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
$THEME->sheets = array(
|
$THEME->sheets = array(
|
||||||
'pagelayout',
|
'pagelayout',
|
||||||
'core',
|
'core',
|
||||||
|
@ -73,14 +71,12 @@ $THEME->parents_exclude_sheets = array(
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
$THEME->enable_dock = true;
|
$THEME->enable_dock = true;
|
||||||
|
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
// Do you want to use the new navigation dock?
|
// Do you want to use the new navigation dock?
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
// $THEME->editor_sheets
|
// $THEME->editor_sheets
|
||||||
|
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
@ -178,7 +174,8 @@ $THEME->layouts = array(
|
||||||
// specific page.
|
// specific page.
|
||||||
///////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
//$THEME->csspostprocess = 'arialist_process_css';
|
$THEME->csspostprocess = 'brick_process_css';
|
||||||
|
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
// Allows the user to provide the name of a function
|
// Allows the user to provide the name of a function
|
||||||
// that all CSS should be passed to before being
|
// that all CSS should be passed to before being
|
||||||
|
@ -239,13 +236,9 @@ $THEME->layouts = array(
|
||||||
// include.
|
// include.
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
// $THEME->rendererfactory
|
//$THEME->rendererfactory = 'theme_overridden_renderer_factory';
|
||||||
|
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
// Sets a custom render factory to use with the
|
// Sets a custom render factory to use with the
|
||||||
// theme, used when working with custom renderers.
|
// theme, used when working with custom renderers.
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
$THEME->csspostprocess = 'brick_process_css';
|
|
||||||
//$THEME->rendererfactory = 'theme_overridden_renderer_factory';
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue