Home
last modified time | relevance | path

Searched refs:tpl_toc (Results 1 – 4 of 4) sorted by path

/dokuwiki/inc/Action/
H A DExport.php76 $pre .= tpl_toc(true);
/dokuwiki/inc/Extension/
H A DAdminPlugin.php123 * @see tpl_toc()
/dokuwiki/inc/Ui/
H A DPageView.php57 if ($INFO['prependTOC']) $html = tpl_toc(true) . $html;
69 if ($INFO['prependTOC']) $html = tpl_toc(true) . $html;
/dokuwiki/inc/
H A Dtemplate.php140 function tpl_toc($return = false)
204 if ($INFO['prependTOC']) tpl_toc();
120 function tpl_toc($return = false) { global() function