From 35225694a871eec6de3379b71d3ec113b133827e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 31 Aug 2009 19:36:17 +0000 Subject: #510094 by pp: Added description to the link items of the toolbar. --- 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 b17107c4c..d1a410485 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')); + $link['attributes'] = array('id' => 'toolbar-link-' . $id, 'class' => array('to-overlay'), 'title' => $item['link']['description']); $link['html'] = TRUE; $class = ' path-' . $id; -- cgit v1.2.3