aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/wikis
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-10-24 17:25:22 +0000
committerNicolas Vigier <boklm@mageia.org>2011-10-24 17:25:22 +0000
commitc2585e2723588052ee1f7593288e27cff1a59f91 (patch)
tree344dcbc28fc5d05f57479459db840d0659479560 /deployment/wikis
parent884c8318b84b9a9d44f2d75bce368e40c6fbd302 (diff)
downloadpuppet-c2585e2723588052ee1f7593288e27cff1a59f91.tar
puppet-c2585e2723588052ee1f7593288e27cff1a59f91.tar.gz
puppet-c2585e2723588052ee1f7593288e27cff1a59f91.tar.bz2
puppet-c2585e2723588052ee1f7593288e27cff1a59f91.tar.xz
puppet-c2585e2723588052ee1f7593288e27cff1a59f91.zip
redefine wgStylePath and wgLogo
Diffstat (limited to 'deployment/wikis')
-rw-r--r--deployment/wikis/templates/wiki_settings2
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";