Skip to content
Commit 1be73b83 authored by Craig's avatar Craig
Browse files

Added advanced settings to allow taxonomy_breadcrumb to ignore node types that...

Added advanced settings to allow taxonomy_breadcrumb to ignore node types that have their own breadcrumbs generated by other modules (i.e. the book module provides it's own breadcrumbs and taxonomy_breadcrumb shouldn't interfere) (see http://drupal.org/node/65411).
Changed the function taxonomy_breadcrumb_generate_breadcrumb() to taxonomy_breadcrumb_generate_breadcrumb($nid).  This will make it easier for other modules to use taxonomy_breadcrumb to generate taxonomy based breadcrumbs (see http://drupal.org/node/84330).
Prevent taxonomy_breadcrumb for controlling breadcrumbs on the [home] page "node/"
Fixed a few typos and spelling error on the admin pages.
parent 34c71867
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment