You are here

constant MENU_BREADCRUMB_REGEX_DEFAULT in Menu Breadcrumb 6

Same name and namespace in other branches
  1. 7 menu_breadcrumb.module \MENU_BREADCRUMB_REGEX_DEFAULT

@file The main file for the menu_breadcrumb module.

By default, Drupal 6 will use the Navigation menu for the breadcrumb. This module allows you to use the menu the current page belongs to for the breadcrumb.

As an added bonus, it also allows you to append the page title to the breadcrumb (either as a clickable url or not) and hide the breadcrumb if it only contains the link to the front page.

Maintained by: Geoffrey de Vlugt <gdevlugt@gmail.com>

2 uses of MENU_BREADCRUMB_REGEX_DEFAULT
menu_breadcrumb_admin_settings_form in ./menu_breadcrumb.module
Menu breadcrumb admin settings form.
_menu_breadcrumb_process_new_menus in ./menu_breadcrumb.module
Helper for _menu_breadcrumb_get_menus(). Compare new menus against the defined menu patterns, and update the persistent variable caches accordingly.

File

./menu_breadcrumb.module, line 17
The main file for the menu_breadcrumb module.

Code

define('MENU_BREADCRUMB_REGEX_DEFAULT', '/^book-toc-\\d+$/Books/');