You are here

function path_crumbs_plugins in Crumbs, the Breadcrumbs suite 6.2

Same name and namespace in other branches
  1. 6 plugins/crumbs.path.inc \path_crumbs_plugins()
  2. 7.2 plugins/crumbs.path.inc \path_crumbs_plugins()
  3. 7 plugins/crumbs.path.inc \path_crumbs_plugins()

File

plugins/crumbs.path.inc, line 4

Code

function path_crumbs_plugins() {
  return array(
    'alias' => new _path_CrumbsPlugin(),
  );
}