diff --git a/dev_toolbar.module b/dev_toolbar.module index 754e2ea..b34207d 100644 --- a/dev_toolbar.module +++ b/dev_toolbar.module @@ -5,11 +5,11 @@ */ function dev_toolbar_toolbar() { $items['commerce'] = array( + '#type' => 'toolbar_item', 'tab' => array( '#type' => 'link', '#title' => t('Shopping cart'), '#href' => '/cart', - '#theme_wrappers' => array('toolbar_tab_wrapper'), '#options' => array( 'html' => FALSE, 'attributes' => array(