From f74c3d0422a8995d7c7a2da06698f26828946fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Wed, 19 Apr 2017 18:07:54 +0200 Subject: mediawiki: Enable themes --- modules/mediawiki/templates/LocalSettings.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules') 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: -- cgit v1.2.1