Home
last modified time | relevance | path

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

/plugin/pagetitle/
H A Dhelper.php16 * @param int $start_depth of hierarchical breadcrumbs
20 public function tpl_youarehere($start_depth = 0, $print = true) argument
25 $out.= $this->html_youarehere($start_depth);
32 public function html_youarehere($start_depth = 0, $page = null, &$traces = []) argument
45 for ($i = $start_depth; $i < $depth; $i++) {