Follow-up r61911: rebuild MessagesEn.php
[mediawiki.git] / skins / Skin.sample
blob2da3fe2d2a4b34c414d8fa6b00c88746d5634cee
1 <?php
4 # Do NOT use PHPTal with this sample, if you want PHPTal support have a look at
5 # the other sample : SkinPHPTal.sample.
7 # The class name MUST begin with 'Skin' and the rest is the name of the file
8 # excluding '.php'
9 # This file is named Skin.sample (but it should end with php). So the
10 # class name will be 'Skin' . 'Skin'
12 class SkinSkin extends Skin {
13 # Override method below