This project is not covered by Drupal’s security advisory policy.
Extension for the Crumbs module which give your Drupal site a consistent and flexibly customized pattern of breadcrumbs. New features are:
Features
- Customize the path of crumb
- Usage (simple link): $options->path = 'node';
- Usage (link with query): $options->path = array('node', array('key' => 'example'));
- See: #926266: How to change the path of the crumbs?
- Decide if crumb shouldn't appear as a link or not
- Usage: $options->nolink = TRUE;
- See: #919166: Remove link from the last crumb
- Override breadcrumb completely by one rule
- Usage: $options->path = 'which_path2replace'; $options->replace = TRUE;
- See: #925382: Method of override breadcrumb completely
- Easy way to check which rules has been executed for specified crumb
- Usage: define CRUMB_DEBUG to TRUE
- See: #918276: Easy way to check which method to use for current page
This project is sponsored by Department for Education (UK)
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsObsolete
Use of this project is deprecated.- Created by dstuart on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
