From 63136b81e2c73a8ea7011b7c1b9f9df3a9ba7ad6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 30 Aug 2010 05:58:46 +0000 Subject: #878092 by joachim, Jacine, sun: Fixed Each module is outputting its own ul.links.inline in node links. --- modules/book/book.module | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/book') diff --git a/modules/book/book.module b/modules/book/book.module index 7ce80cd4c..b30acce9b 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -112,11 +112,7 @@ function book_node_view_link($node, $view_mode) { } if (!empty($links)) { - $node->content['links']['book'] = array( - '#theme' => 'links__book_node', - '#links' => $links, - '#attributes' => array('class' => array('links', 'inline')), - ); + $node->content['links']['#links'] = array_merge($node->content['links']['#links'], $links); } } -- cgit v1.2.3