summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-31 20:23:36 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-31 20:23:36 +0000
commit12df73d2cf42ec33ff7c95c24769fc31350c5154 (patch)
treefd145b5b24be8646355015d96cfd790a0523c2ab
parentce52f41a29a0803aff54c37bc3d48aef4d6e7c50 (diff)
downloadbrdo-12df73d2cf42ec33ff7c95c24769fc31350c5154.tar.gz
brdo-12df73d2cf42ec33ff7c95c24769fc31350c5154.tar.bz2
Rolled back #510094. Needs more thought.
-rw-r--r--modules/toolbar/toolbar.module2
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;