diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-31 20:23:36 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-31 20:23:36 +0000 |
commit | 12df73d2cf42ec33ff7c95c24769fc31350c5154 (patch) | |
tree | fd145b5b24be8646355015d96cfd790a0523c2ab | |
parent | ce52f41a29a0803aff54c37bc3d48aef4d6e7c50 (diff) | |
download | brdo-12df73d2cf42ec33ff7c95c24769fc31350c5154.tar.gz brdo-12df73d2cf42ec33ff7c95c24769fc31350c5154.tar.bz2 |
Rolled back #510094. Needs more thought.
-rw-r--r-- | modules/toolbar/toolbar.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index d1a410485..b17107c4c 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -146,7 +146,7 @@ function toolbar_menu_navigation_links($tree) { // Add icon placeholder. $link['title'] = '<span class="icon"></span>' . $item['link']['title']; // Add admin link ID and to-overlay class for the overlay. - $link['attributes'] = array('id' => 'toolbar-link-' . $id, 'class' => array('to-overlay'), 'title' => $item['link']['description']); + $link['attributes'] = array('id' => 'toolbar-link-' . $id, 'class' => array('to-overlay')); $link['html'] = TRUE; $class = ' path-' . $id; |