From: Roan Kattouw Date: Wed, 16 Dec 2009 12:02:41 +0000 (+0000) Subject: Readd case statement for {{STYLEPATH}} that was accidentally removed in r57283 X-Git-Tag: 1.31.0-rc.0~38521 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=ab121e365f65edcc323270c02733ef39c68a8299;p=lhc%2Fweb%2Fwiklou.git Readd case statement for {{STYLEPATH}} that was accidentally removed in r57283 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index c6cd361310..883778302f 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -2577,6 +2577,8 @@ class Parser return $wgServerName; case 'scriptpath': return $wgScriptPath; + case 'stylepath': + return $wgStylePath; case 'directionmark': return $wgContLang->getDirMark(); case 'contentlanguage':