Lines Matching refs:getConf

59 		if( !$INFO['userinfo'] && $_GET['do']!='login' && $this->getConf('must_login') ) {
89 $JSINFO['dlh']['edit_active'] = $this->getConf('edit_active');
92 $JSINFO['dlh']['edit_dlh_wikiid'] = $this->getConf('edit_dlh_wikiid');
93 $JSINFO['dlh']['edit_tb_min_max'] = $this->getConf('edit_tb_minmax');
94 $JSINFO['dlh']['edit_tb_maximize'] = $this->getConf('edit_tb_maximize');
95 $JSINFO['dlh']['edit_tb_code'] = $this->getConf('edit_tb_code');
96 $JSINFO['dlh']['edit_tb_mermaid'] = $this->getConf('edit_tb_mermaid');
97 $JSINFO['dlh']['edit_tb_drawio'] = $this->getConf('edit_tb_drawio');
98 $JSINFO['dlh']['edit_tb_struct'] = $this->getConf('edit_tb_struct');
99 $JSINFO['dlh']['edit_tb_dlhid'] = $this->getConf('edit_tb_dlhid');
104 $JSINFO['dlh']['top_active'] = $this->getConf('top_active');
108 && $this->getConf('edit_active')
114 $edit_dlh_wikiid = trim($this->getConf('edit_dlh_wikiid'));
146 if( $this->getConf('top_active')
154 $top_helper_wikiid = trim($this->getConf('top_helper_wikiid'));
183 $templates = trim($this->getConf('top_templates') );
215 $top_struct_wikiid = trim($this->getConf('top_struct_wikiid'));
240 if($this->getConf('top_pagesuggest')){
250 if($this->getConf('top_dlhid_active')){
263 if( $this->getConf('top_adm_active') ){
272 $hidden = trim($this->getConf('top_adm_link_wikiid'));
273 $hidden_label = trim($this->getConf('top_adm_link_text'));
463 'show_id' => $this->getConf('show_id'),
464 'show_mermaid' => $this->getConf('show_mermaid'),
465 'show_drawio' => $this->getConf('show_drawio'),
466 'fullscreen_edit' => $this->getConf('fullscreen_edit'),
482 …if ($event->data['view']=='user' && $INFO['isadmin'] && $this->getConf('show_menu') && $this->dlh_…
490 $hidden = trim($this->getConf('hidden_area'));
491 $hidden_label = trim($this->getConf('hidden_area_label'));
581 if( $this->getConf('page_top')){
582 …$toptext2 = '<div id="dlh_topmenu_page">'.p_wiki_xhtml( $this->getConf('page_top'),'',false,'' ).'…
626 if(!$page) $page = trim($this->getConf('page'));