Searched refs:navItems (Results 1 – 1 of 1) sorted by relevance
61 $navItems = $data[1];71 $parentPath = $this->getOpenPath($navItems, $options);74 $this->renderTree($navItems, $parentPath, $R, $options['full']);168 * @param array $navItems list of navigation items172 public function getOpenPath($navItems, $options) argument176 if (isset($navItems[$INFO['id']])) {177 …$openPath = (array)$navItems[$INFO['id']]['parents']; // get the "path" of the page we're on curre…183 if ($navItems) {188 if (isset($navItems[$try])) {190 $openPath = (array)$navItems[$try]['parents'];[all …]