summaryrefslogtreecommitdiff
path: root/skins/Skin.sample
diff options
context:
space:
mode:
Diffstat (limited to 'skins/Skin.sample')
-rw-r--r--skins/Skin.sample19
1 files changed, 0 insertions, 19 deletions
diff --git a/skins/Skin.sample b/skins/Skin.sample
deleted file mode 100644
index c011c143..00000000
--- a/skins/Skin.sample
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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
-#
-
-}
-
-}
-?>