* Don't set defaultSkin to "default" because that's a horrible skin
(does it even exist?). Use "" instead (which is really "monobook"). svn path=/nixos/trunk/; revision=27604
This commit is contained in:
parent
bf00977ce1
commit
1d09ad240a
@ -254,9 +254,9 @@ in
|
||||
};
|
||||
|
||||
defaultSkin = mkOption {
|
||||
default = "standard";
|
||||
default = "";
|
||||
example = "nostalgia";
|
||||
description = "Default skin: you can change the default skin.";
|
||||
description = "Set this value to change the default skin used by MediaWiki.";
|
||||
};
|
||||
|
||||
extraConfig = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user