MDL-22875 - cleaning config.php
This commit is contained in:
+20
-3
@@ -7,7 +7,9 @@ $THEME->name = 'canvas';
|
||||
// the directory in which this file resides.
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
$THEME->parents = array('base');
|
||||
$THEME->parents = array(
|
||||
'base',
|
||||
);
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
// Which existing theme(s) in the /theme/ directory
|
||||
@@ -19,14 +21,29 @@ $THEME->parents = array('base');
|
||||
// changes you want to your theme.
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
$THEME->sheets = array('pagelayout', 'text', 'core', 'course', 'mods', 'blocks', 'tabs', 'admin', 'tables');
|
||||
$THEME->sheets = array(
|
||||
'pagelayout',
|
||||
'text',
|
||||
'core',
|
||||
'course',
|
||||
'mods',
|
||||
'blocks',
|
||||
'tabs',
|
||||
'admin',
|
||||
'tables',
|
||||
);
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
// Name of the stylesheet(s) you've including in
|
||||
// this theme's /styles/ directory.
|
||||
////////////////////////////////////////////////////
|
||||
|
||||
$THEME->parents_exclude_sheets = array('base'=>array('navigation', 'browser'));
|
||||
$THEME->parents_exclude_sheets = array(
|
||||
'base'=>array(
|
||||
'navigation',
|
||||
'browser',
|
||||
),
|
||||
);
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
// An array of stylesheets not to inherit from the
|
||||
|
||||
Reference in New Issue
Block a user