You are here

function crumbs_build_trail in Crumbs, the Breadcrumbs suite 6.2

Same name and namespace in other branches
  1. 6 crumbs.module \crumbs_build_trail()
1 call to crumbs_build_trail()
crumbs_get_trail in ./crumbs.module

File

./crumbs.trail.inc, line 4

Code

function crumbs_build_trail($path) {
  $finder = _crumbs_get_finder();
  return $finder
    ->buildTrail($path);
}