Searched refs:html_toc (Results 1 – 2 of 2) sorted by relevance
/plugin/toctweak/action/ |
H A D | rendertoc.php | 144 $html_toc = $tocTweak->html_toc($toc, $topLv, $maxLv, $headline); 147 $event->data[1] = str_replace(self::TOC_HERE, $html_toc, $event->data[1], $count); 223 $html_toc = $tocTweak->html_toc($toc, $topLv, $maxLv, $headline); 253 $content = str_replace(self::TOC_HERE, $html_toc, $content, $count);
|
/plugin/toctweak/ |
H A D | helper.php | 170 function html_toc(array $toc, ...$params) { function in helper_plugin_toctweak
|