You are here

function _crumbs_CrumbsPlugin__menu_router::define in Crumbs, the Breadcrumbs suite 6

Same name and namespace in other branches
  1. 6.2 plugins/crumbs.crumbs.inc \_crumbs_CrumbsPlugin__menu_router::define()

File

plugins/crumbs.crumbs.inc, line 47

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