Searched refs:start_depth (Results 1 – 1 of 1) sorted by relevance
13 * @param int $start_depth of hierarchical breadcrumbs17 public function tpl_youarehere($start_depth = 0, $print = true) argument22 $out.= $this->html_youarehere($start_depth);29 public function html_youarehere($start_depth = 0, $id = null) argument42 for ($i = $start_depth; $i < $depth; $i++) {