Home
last modified time | relevance | path

Searched refs:forcewrapper (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dhtml.php452 * @param bool $forcewrapper (optional) Trigger building a wrapper ul if the first level is
456 function html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false)
510 if ($forcewrapper || $start_level < 2) {
428 html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false) global() argument