diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-19 18:07:54 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-19 18:07:54 +0200 |
commit | f74c3d0422a8995d7c7a2da06698f26828946fb3 (patch) | |
tree | 5ff891d7a5db462b1df2efc49731c350cbd6620e /modules/mediawiki | |
parent | a085b03ebde5f0bca91f3565284de8f7129ef49a (diff) | |
download | puppet-f74c3d0422a8995d7c7a2da06698f26828946fb3.tar puppet-f74c3d0422a8995d7c7a2da06698f26828946fb3.tar.gz puppet-f74c3d0422a8995d7c7a2da06698f26828946fb3.tar.bz2 puppet-f74c3d0422a8995d7c7a2da06698f26828946fb3.tar.xz puppet-f74c3d0422a8995d7c7a2da06698f26828946fb3.zip |
mediawiki: Enable themes
Diffstat (limited to 'modules/mediawiki')
-rw-r--r-- | modules/mediawiki/templates/LocalSettings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mediawiki/templates/LocalSettings.php b/modules/mediawiki/templates/LocalSettings.php index 3997a9eb..4b8b79a2 100644 --- a/modules/mediawiki/templates/LocalSettings.php +++ b/modules/mediawiki/templates/LocalSettings.php @@ -27,6 +27,11 @@ if ( $wgCommandLineMode ) { $wgSitename = "<%= title %>"; +wfLoadSkin( 'CologneBlue' ); +wfLoadSkin( 'Modern' ); +wfLoadSkin( 'MonoBook' ); +wfLoadSkin( 'Vector' ); + ## The URL base path to the directory containing the wiki; ## defaults for all runtime URL paths are based off of this. ## For more information on customizing the URLs please see: |