You are here

function commerce_order_ui_set_breadcrumb in Commerce Core 7

Sets the breadcrumb for order pages.

Parameters

$view_mode: The view mode for the current order page, 'administrator' or 'customer'.

Deprecated

since 7.x-1.4

File

modules/order/commerce_order_ui.module, line 335

Code

function commerce_order_ui_set_breadcrumb($view_mode = 'administrator') {

  // This function used to manually set a breadcrumb that is now properly
  // generated by Drupal itself.
}