Home
last modified time | relevance | path

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

/plugin/tocselect/
H A Daction.php47 $this->up = $this->get_up_dir($pathinf ); //inserted in get_dir_list()
64 $up = $this->get_up_dir(pathinfo("$file/file"));
86 $up = $this->get_up_dir(pathinfo(wikiFN("$id:file")));
190 private function get_up_dir($pathinf) { function in action_plugin_tocselect