예제 #1
0
파일: KiwixOnline.php 프로젝트: kiwix/tools
 /** Using kiwix. */
 function initPage(OutputPage $out)
 {
     parent::initPage($out);
     $this->skinname = 'KiwixOnline';
     $this->stylename = 'KiwixOnline';
     $this->template = 'KiwixOnlineTemplate';
 }
예제 #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;
 }