delete Skin.sample: old and hardly helpful file; even MediaWiki.org's outdated docs...
authorJack Phoenix <ashley@users.mediawiki.org>
Sun, 7 Feb 2010 19:19:32 +0000 (19:19 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Sun, 7 Feb 2010 19:19:32 +0000 (19:19 +0000)
skins/Skin.sample [deleted file]

diff --git a/skins/Skin.sample b/skins/Skin.sample
deleted file mode 100644 (file)
index 2da3fe2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-#
-# Do NOT use PHPTal with this sample, if you want PHPTal support have a look at
-# the other sample : SkinPHPTal.sample.
-#
-# The class name MUST begin with 'Skin' and the rest is the name of the file
-# excluding '.php'
-# This file is named Skin.sample (but it should end with php). So the
-# class name will be 'Skin' . 'Skin'
-
-class SkinSkin extends Skin {
-# Override method below
-#
-
-}
-
-}