Home
last modified time | relevance | path

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

/plugin/navi/
Dsyntax.php61 $navItems = $data[1];
71 $parentPath = $this->getOpenPath($navItems, $options);
74 $this->renderTree($navItems, $parentPath, $R, $options['full']);
168 * @param array $navItems list of navigation items
172 public function getOpenPath($navItems, $options) argument
176 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 …]