diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-19 21:55:15 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-19 21:55:15 +0200 |
commit | 69e79eac8fc96a313e13bee0a0009038c2519026 (patch) | |
tree | ac257b2cf232e91670ad00cd4086bb77bd1c676e /modules/mediawiki/templates | |
parent | d2a13255c458f52430f56a3defdbd7c7f9b2f0e3 (diff) | |
download | puppet-69e79eac8fc96a313e13bee0a0009038c2519026.tar puppet-69e79eac8fc96a313e13bee0a0009038c2519026.tar.gz puppet-69e79eac8fc96a313e13bee0a0009038c2519026.tar.bz2 puppet-69e79eac8fc96a313e13bee0a0009038c2519026.tar.xz puppet-69e79eac8fc96a313e13bee0a0009038c2519026.zip |
mediawiki: Change default theme to Vector
Diffstat (limited to 'modules/mediawiki/templates')
-rw-r--r-- | modules/mediawiki/templates/LocalSettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mediawiki/templates/LocalSettings.php b/modules/mediawiki/templates/LocalSettings.php index 71b5e346..d6ecd174 100644 --- a/modules/mediawiki/templates/LocalSettings.php +++ b/modules/mediawiki/templates/LocalSettings.php @@ -110,7 +110,7 @@ $wgSecretKey = "<%= secret_key %>"; ## Default skin: you can change the default skin. Use the internal symbolic ## names, ie 'vector', 'monobook': -$wgDefaultSkin = 'modern'; +$wgDefaultSkin = 'Vector'; ## For attaching licensing metadata to pages, and displaying an ## appropriate copyright notice / icon. GNU Free Documentation |