From: Daniel Friesen Date: Fri, 31 Dec 2010 17:26:31 +0000 (+0000) Subject: Might as well fix this doc file... even though it's completely out of date... X-Git-Tag: 1.31.0-rc.0~32956 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=1bfd360cb8ef75c1d6948f9456abe5ceb125f99f;p=lhc%2Fweb%2Fwiklou.git Might as well fix this doc file... even though it's completely out of date... --- diff --git a/docs/skin.txt b/docs/skin.txt index a42369ce90..4a0c373904 100644 --- a/docs/skin.txt +++ b/docs/skin.txt @@ -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: -$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.