From: Antoine Musso Date: Sun, 5 Sep 2004 02:21:52 +0000 (+0000) Subject: New stylepath : ./skins/ instead of ./style/ or ./stylesheet/ X-Git-Tag: 1.5.0alpha1~2105 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=29d0875800594823522d105c981bcebce3ce9738;p=lhc%2Fweb%2Fwiklou.git New stylepath : ./skins/ instead of ./style/ or ./stylesheet/ Committing before I forget about it. Installer probably need it's default choice to be updated as well. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index b58a4a308b..f2248adcf1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -92,12 +92,12 @@ $wgRedirectScript = "{$wgScriptPath}/redirect.php"; * style path as seen by users * @global string $wgStylePath */ -$wgStylePath = "{$wgScriptPath}/style"; +$wgStylePath = "{$wgScriptPath}/skins"; /** * filesystem stylesheets directory * @global string $wgStyleDirectory */ -$wgStyleDirectory = "{$IP}/style"; +$wgStyleDirectory = "{$IP}/skins"; $wgStyleSheetPath = &$wgStylePath; $wgStyleSheetDirectory = &$wgStyleDirectory; $wgArticlePath = "{$wgScript}?title=$1";