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.
////////////////////////////////////////////////////

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

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

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

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



// $THEME->enable_dock = false;

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


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

////////////////////////////////////////////////////
// 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
// theme, used when working with custom renderers.
////////////////////////////////////////////////////

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

0 comments on commit 108ea10

Please sign in to comment.