You are here

function webfm_build_dir_list::get_breadcrumb in Web File Manager 5

Same name and namespace in other branches
  1. 5.2 webfm.module \webfm_build_dir_list::get_breadcrumb()

File

./webfm.module, line 2194

Class

webfm_build_dir_list
Class to build the directory, file and breadcrumb listings ..for the directory at $path for javascript Load_dirlist()

Code

function get_breadcrumb() {
  return $this->breadcrumb;
}