Lines Matching defs:item
58 // second level is a second item, because we reorder with flex box later
79 * @param $item
82 protected function navItemHTML($item)
84 if ($item['type'] == 'internal') {
85 return html_wikilink($item['page'], $item['title']);
88 'href' => $item['page'],
89 'title' => $item['page'],
92 return "<a $attr>" . hsc($item['title']) . '</a>';
137 // find index of last item in current list
139 // open a new list in the last item of the current list
207 // item not available