7b8d6290152b6c99ddb17b446cfebd40357c826e
[lhc/web/wiklou.git] / skins / Mono.php
1 <?php
2
3 require_once($IP.'/includes/SkinPHPTal.php');
4
5 class SkinMono extends SkinPHPTal {
6 function initPage( &$out ) {
7 SkinPHPTal::initPage( $out );
8 $this->skinname = 'mono';
9 $this->template = 'MonoBook';
10 }
11 }
12 ?>