Chris@0: /** Chris@0: * Implements hook_toolbar_alter(). Chris@0: */ Chris@0: function {{ machine_name }}_toolbar_alter(&$items) { Chris@0: // Move the User tab to the right. Chris@0: $items['commerce']['#weight'] = 5; Chris@0: }