Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e5d66
)
MDL-32355 theme_formal_white: changed the order of parent themes
author
Kordan
<kordan@mclink.it>
Thu, 12 Apr 2012 14:49:40 +0000
(16:49 +0200)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 16 Apr 2012 00:06:13 +0000
(12:06 +1200)
theme/formal_white/config.php
patch
|
blob
|
blame
|
history
diff --git
a/theme/formal_white/config.php
b/theme/formal_white/config.php
index
d92c4a1
..
d301694
100644
(file)
--- a/
theme/formal_white/config.php
+++ b/
theme/formal_white/config.php
@@
-39,7
+39,7
@@
$THEME->name = 'formal_white';
////////////////////////////////////////////////////
-$THEME->parents = array('
base','canvas
');
+$THEME->parents = array('
canvas','base
');
/////////////////////////////////////////////////////
// Which existing theme(s) in the /theme/ directory
// do you want this theme to extend. A theme can