Index: trunk/phase3/skins/Skin.sample |
— | — | @@ -1,18 +0,0 @@ |
2 | | -<?php |
3 | | - |
4 | | -# |
5 | | -# Do NOT use PHPTal with this sample, if you want PHPTal support have a look at |
6 | | -# the other sample : SkinPHPTal.sample. |
7 | | -# |
8 | | -# The class name MUST begin with 'Skin' and the rest is the name of the file |
9 | | -# excluding '.php' |
10 | | -# This file is named Skin.sample (but it should end with php). So the |
11 | | -# class name will be 'Skin' . 'Skin' |
12 | | - |
13 | | -class SkinSkin extends Skin { |
14 | | -# Override method below |
15 | | -# |
16 | | - |
17 | | -} |
18 | | - |
19 | | -} |