Searched refs:open_items (Results 1 – 1 of 1) sorted by relevance
| /plugin/acmenu/ |
| D | syntax.php | 137 $open_items = $this->_get_cookie(); 149 $this->_print($renderer, $tree, $sub_ns, $open_items); 167 $open_items = array(); 169 $open_items = json_decode($_COOKIE["plugin_acmenu_open_items"]); 172 return $open_items; 374 * @param array $open_items 380 private function _print($renderer, $tree, $sub_ns, $open_items) argument 398 || in_array($val["id"], $open_items)) { 413 || in_array($val["id"], $open_items)) { 418 $this->_print($renderer, $val["sub"], $sub_ns, $open_items);
|