function commerce_customer_ui_set_breadcrumb in Commerce Core 7
Sets the breadcrumb for administrative customer pages.
Parameters
$profiles: TRUE or FALSE indicating whether or not the breadcrumb should include the profiles overview page.
$profile_types: TRUE or FALSE indicating whether or not the breadcrumb should include the profile types administrative page.
Deprecated
since 7.x-1.4
File
- modules/
customer/ commerce_customer_ui.module, line 374
Code
function commerce_customer_ui_set_breadcrumb($profile_types = FALSE) {
// This function used to manually set a breadcrumb that is now properly
// generated by Drupal itself.
}