Skip to content

Commit

Permalink
MDL-34528 theme-canvas: Removed redundent exclude stylesheet configur…
Browse files Browse the repository at this point in the history
…ations from CANVAS theme
  • Loading branch information
Mary Evans committed Jul 29, 2012
1 parent dd9274c commit 108ea10
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions theme/canvas/config.php
Expand Up @@ -40,9 +40,7 @@
// the directory in which this file resides. // the directory in which this file resides.
//////////////////////////////////////////////////// ////////////////////////////////////////////////////


$THEME->parents = array( $THEME->parents = array('base');
'base',
);


///////////////////////////////////////////////////// /////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory // Which existing theme(s) in the /theme/ directory
Expand Down Expand Up @@ -73,12 +71,7 @@
// this theme's /styles/ directory. // this theme's /styles/ directory.
//////////////////////////////////////////////////// ////////////////////////////////////////////////////


$THEME->parents_exclude_sheets = array( $THEME->parents_exclude_sheets = array();
'base'=>array(
'navigation',
'browser',
),
);


//////////////////////////////////////////////////// ////////////////////////////////////////////////////
// An array of stylesheets not to inherit from the // An array of stylesheets not to inherit from the
Expand Down Expand Up @@ -194,16 +187,13 @@
// switched on. // switched on.
///////////////////////////////////////////////////// /////////////////////////////////////////////////////




// $THEME->enable_dock = false; // $THEME->enable_dock = false;


//////////////////////////////////////////////////// ////////////////////////////////////////////////////
// Do you want to use the new navigation dock? // Do you want to use the new navigation dock?
//////////////////////////////////////////////////// ////////////////////////////////////////////////////



$THEME->editor_sheets = array('editor');
// $THEME->editor_sheets


//////////////////////////////////////////////////// ////////////////////////////////////////////////////
// An array of stylesheets to include within the // An array of stylesheets to include within the
Expand Down Expand Up @@ -265,5 +255,3 @@
// 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->editor_sheets = array('editor');

0 comments on commit 108ea10

Please sign in to comment.