function _crumbs_CrumbsPlugin__menu_router::define in Crumbs, the Breadcrumbs suite 6.2
Same name and namespace in other branches
- 6 plugins/crumbs.crumbs.inc \_crumbs_CrumbsPlugin__menu_router::define()
File
- plugins/
crumbs.crumbs.inc, line 53
Class
- _crumbs_CrumbsPlugin__menu_router
- This plugin allows to put information about the crumbs parent into the router item, via hook_menu() or hook_menu_alter().
Code
function define($h) {
$h
->setTitle('Follow the hint in the router item');
}