Home
last modified time | relevance | path

Searched refs:prependTOC (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dtemplate.php88 * @param bool $prependTOC should the TOC be displayed here?
95 function tpl_content($prependTOC = true)
99 $INFO['prependTOC'] = $prependTOC;
204 if ($INFO['prependTOC']) tpl_toc();
79 tpl_content($prependTOC = true) global() argument