Might as well fix this doc file... even though it's completely out of date...
authorDaniel Friesen <dantman@users.mediawiki.org>
Fri, 31 Dec 2010 17:26:31 +0000 (17:26 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Fri, 31 Dec 2010 17:26:31 +0000 (17:26 +0000)
docs/skin.txt

index a42369c..4a0c373 100644 (file)
@@ -76,9 +76,9 @@ It is now possible (since MediaWiki 1.12) to write a skin as a standard
 MediaWiki extension, enabled via LocalSettings.php. This is done by adding 
 it to $wgValidSkinNames, for example:
 
 MediaWiki extension, enabled via LocalSettings.php. This is done by adding 
 it to $wgValidSkinNames, for example:
 
-$wgValidSkinNames['mycoolskin'] = 'My cool skin';
+$wgValidSkinNames['mycoolskin'] = 'MyCoolSkin';
 
 
-and then registering a class in $wgAutoloadClasses called SkinMycoolskin, which 
+and then registering a class in $wgAutoloadClasses called SkinMycoolSkin, which 
 derives from Skin. This technique is apparently not yet used (as of 2008) 
 outside the DumpHTML extension.
 
 derives from Skin. This technique is apparently not yet used (as of 2008) 
 outside the DumpHTML extension.