New system to generate $wgValidSkinNames by listing available dirs. Skins using PHPTa...
[lhc/web/wiklou.git] / skins / DaVinci.php
1 <?php
2 if ($wgUsePHPTal) {
3 require_once($IP.'/includes/SkinPHPTal.php');
4
5 class SkinDaVinci extends SkinPHPTal {
6 function initPage( &$out ) {
7 SkinPHPTal::initPage( $out );
8 $this->skinname = 'davinci';
9 $this->template = 'MonoBook';
10 }
11 }
12
13 }
14 ?>