Lines Matching refs:conf
20 global $conf;
26 $tpl = $conf['template'];
28 if($conf['tpl'][$tpl]['sidebar']== 'file') {
74 global $conf;
75 $tpl = $conf['template'];
77 if(auth_quickaclcheck($sb) >= AUTH_EDIT and $conf['tpl'][$tpl]['sidebaredit']) {
93 global $conf;
95 $dir = $conf['datadir'];
96 $tpl = $conf['template'];
97 if(isset($conf['start'])) {
98 $start = $conf['start'];
113 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
116 if($conf['tpl'][$tpl]['cleanindexlist']) {
117 $cleanindexlist = explode(',', $conf['tpl'][$tpl]['cleanindexlist']);
126 if($conf['tpl'][$tpl]['cleanindex']) {
164 global $conf;
167 if(@file_exists(wikiFN($item['id'].':'.$conf['start']))) {
168 $ret .= html_wikilink($item['id'].':'.$conf['start'], $item['title']);
210 global $conf;