Beispiel #1
0
 /** Using monobook. */
 function initPage(OutputPage &$out)
 {
     parent::initPage($out);
     $this->skinname = 'wowwiki';
     $this->stylename = 'wowwiki';
     $this->template = 'WowWikiTemplate';
     // turn off ads
     $this->ads = false;
 }
Beispiel #2
0
	/** Using monobook. */
	function initPage( &$out ) {
		parent::initPage( $out );
		$this->skinname  = 'uncyclopedia';
		$this->stylename = 'uncyclopedia';
		$this->template  = 'UncyclopediaTemplate';

		// turn off ads
		$this->ads = false;
	}