function path_crumbs_plugins in Crumbs, the Breadcrumbs suite 6
Same name and namespace in other branches
- 6.2 plugins/crumbs.path.inc \path_crumbs_plugins()
- 7.2 plugins/crumbs.path.inc \path_crumbs_plugins()
- 7 plugins/crumbs.path.inc \path_crumbs_plugins()
File
- plugins/
crumbs.path.inc, line 4
Code
function path_crumbs_plugins() {
return new _path_CrumbsPlugin();
}