Home
last modified time | relevance | path

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

/plugin/pagetitle/
Dhelper.php13 * @param int $start_depth of hierarchical breadcrumbs
17 public function tpl_youarehere($start_depth = 0, $print = true) argument
22 $out.= $this->html_youarehere($start_depth);
29 public function html_youarehere($start_depth = 0, $id = null) argument
42 for ($i = $start_depth; $i < $depth; $i++) {