You are here

constant CUSTOM_BREADCRUMBS_TAXONOMY_NODE_TYPES_DEFAULT in Custom Breadcrumbs 6.2

Same name and namespace in other branches
  1. 7.2 custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.module \CUSTOM_BREADCRUMBS_TAXONOMY_NODE_TYPES_DEFAULT
2 uses of CUSTOM_BREADCRUMBS_TAXONOMY_NODE_TYPES_DEFAULT
custom_breadcrumbs_taxonomy_form_alter in custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.module
Implements hook_form_alter().
_custom_breadcrumbs_taxonomy_allowed_node_type in custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.module
Determines if the current node is one of the types listed on the advanced settings page.

File

custom_breadcrumbs_taxonomy/custom_breadcrumbs_taxonomy.module, line 37
This module implements taxonomy_based breadcrumbs using a hybrid of methods developed for the custom_breadcrumbs and taxonomy_breadcrumbs modules. Breadcrumbs are provided for node and taxonomy term pages. If 'Use taxonomy hierarchy' is…

Code

define('CUSTOM_BREADCRUMBS_TAXONOMY_NODE_TYPES_DEFAULT', 'book');