1 drupal.inc | drupal_set_breadcrumb($breadcrumb = NULL) |
Sets the breadcrumb trail for the current page.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 539 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_set_breadcrumb($breadcrumb = NULL) {
return backdrop_set_breadcrumb($breadcrumb);
}