summaryrefslogtreecommitdiff
path: root/skins/Skin.sample
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2006-10-11 18:12:39 +0000
committerPierre Schmitz <pierre@archlinux.de>2006-10-11 18:12:39 +0000
commit183851b06bd6c52f3cae5375f433da720d410447 (patch)
treea477257decbf3360127f6739c2f9d0ec57a03d39 /skins/Skin.sample
MediaWiki 1.7.1 wiederhergestellt
Diffstat (limited to 'skins/Skin.sample')
-rw-r--r--skins/Skin.sample19
1 files changed, 19 insertions, 0 deletions
diff --git a/skins/Skin.sample b/skins/Skin.sample
new file mode 100644
index 00000000..c011c143
--- /dev/null
+++ b/skins/Skin.sample
@@ -0,0 +1,19 @@
+<?php
+# Your class extension is defined there.
+#
+# 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
+#
+
+}
+
+}
+?>