a15100d1371450e2829161b5f93a7a40eddc92ca
[lhc/web/wiklou.git] / skins / Mono.php
1 <?php
2 if ($wgUsePHPTal) {
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
13 }
14 ?>