Searched refs:html_mktocitem (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 241 $toc[] = html_mktocitem(sectionID($title, $check), $title, 1); 248 $toc[] = html_mktocitem( 258 $toc[] = html_mktocitem($setting->getKey(), $name, 2); 264 $toc[] = html_mktocitem('undefined_settings', $this->getLang('_header_undefined'), 1);
|
| /dokuwiki/inc/Extension/ |
| H A D | AdminPlugin.php | 122 * @see html_mktocitem()
|
| /dokuwiki/inc/ |
| H A D | html.php | 875 function html_mktocitem($link, $text, $level, $hash = '#') function
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 208 $this->toc[] = html_mktocitem($id, $text, $level - $conf['toptoclevel'] + 1);
|