Big change to the skin system. Php files are now in ./skins/ . Templates and styleshe...
[lhc/web/wiklou.git] / skins / MonoBook.php
1 <?php
2 require_once($IP.'/includes/SkinPHPTal.php');
3
4 class SkinMonoBook extends SkinPHPTal {
5 function initPage( &$out ) {
6 SkinPHPTal::initPage( $out );
7 $this->skinname = 'monobook';
8 }
9 }
10
11 ?>