MDL-22875 - cleaning config.php

This commit is contained in:
Patrick Malley
2010-06-25 05:47:31 +00:00
parent 8affa0e269
commit bc9ceb413c
+20 -3
View File
@@ -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