You are here

function webfm_build_dir_list::get_breadcrumb in Web File Manager 5.2

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

File

./webfm.module, line 1552

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;
}