Security fix: do not use $IP on include (thanks brion)
[lhc/web/wiklou.git] / skins / Mono.php
1 <?php
2 if ($wgUsePHPTal) {
3 require_once('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 ?>