Big change to the skin system. Php files are now in ./skins/ . Templates and styleshe...
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 2 Sep 2004 01:29:18 +0000 (01:29 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 2 Sep 2004 01:29:18 +0000 (01:29 +0000)
commitfd758aaa3c619ed1f3058117b55e61a3b59f8a63
treeec9dd023afe8f9aca2847616332552bc0e018099
parent837b18f8db547a62b30e62ff607f56d4d2a19b0f
Big change to the skin system. Php files are now in ./skins/ . Templates and stylesheets will be migrated there as well later. The main idea is to let users add new skins easily without hacking mediawiki
12 files changed:
includes/Skin.php
includes/SkinPHPTal.php
includes/User.php
skins/Chick.php [new file with mode: 0644]
skins/CologneBlue.php [new file with mode: 0644]
skins/DaVinci.php [new file with mode: 0644]
skins/Mono.php [new file with mode: 0644]
skins/MonoBook.php [new file with mode: 0644]
skins/MySkin.php [new file with mode: 0644]
skins/Nostalgia.php [new file with mode: 0644]
skins/Standard.php [new file with mode: 0644]
skins/WikimediaWiki.php [new file with mode: 0644]