mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Swapped order of parent themes in config.php
This commit is contained in:
parent
1483231357
commit
b8b6a18f93
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $THEME->name = 'formfactor';
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
$THEME->parents = array('base', 'canvas');
|
$THEME->parents = array('canvas','base');
|
||||||
|
|
||||||
/////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////
|
||||||
// Which existing theme(s) in the /theme/ directory
|
// Which existing theme(s) in the /theme/ directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue