From 12df73d2cf42ec33ff7c95c24769fc31350c5154 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 31 Aug 2009 20:23:36 +0000 Subject: Rolled back #510094. Needs more thought. --- modules/toolbar/toolbar.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'] = '' . $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; -- cgit v1.2.3