diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-10-24 17:25:22 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-10-24 17:25:22 +0000 |
commit | c2585e2723588052ee1f7593288e27cff1a59f91 (patch) | |
tree | 344dcbc28fc5d05f57479459db840d0659479560 | |
parent | 884c8318b84b9a9d44f2d75bce368e40c6fbd302 (diff) | |
download | puppet-c2585e2723588052ee1f7593288e27cff1a59f91.tar puppet-c2585e2723588052ee1f7593288e27cff1a59f91.tar.gz puppet-c2585e2723588052ee1f7593288e27cff1a59f91.tar.bz2 puppet-c2585e2723588052ee1f7593288e27cff1a59f91.tar.xz puppet-c2585e2723588052ee1f7593288e27cff1a59f91.zip |
redefine wgStylePath and wgLogo
-rw-r--r-- | deployment/wikis/templates/wiki_settings | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings index d376c9e5..5075b9a1 100644 --- a/deployment/wikis/templates/wiki_settings +++ b/deployment/wikis/templates/wiki_settings @@ -8,4 +8,6 @@ $wgGroupPermissions['user']['edit'] = true; $wgScriptPath = "/mw-$wgLanguageCode"; $wgArticlePath = "/$wgLanguageCode/$1"; $wgUsePathInfo = true; +$wgStylePath = "$wgScriptPath/skins"; +$wgLogo = "$wgStylePath/common/images/wiki.png"; |