summaryrefslogtreecommitdiff
path: root/skins/Skin.sample
blob: c011c143f50c97599b8bb521b135f9b3516936c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
#

}

}
?>