Example #1
0
 /** Using kiwix. */
 function initPage(OutputPage $out)
 {
     parent::initPage($out);
     $this->skinname = 'KiwixOnline';
     $this->stylename = 'KiwixOnline';
     $this->template = 'KiwixOnlineTemplate';
 }
Example #2
0
 function setupTemplate($className, $repository = false, $cache_dir = false)
 {
     global $wgFavicon;
     $tpl = parent::setupTemplate($className, $repository, $cache_dir);
     $tpl->set('skinpath', $this->skinpath);
     return $tpl;
 }