summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-08 07:36:53 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-08 07:36:53 +0000
commit85c680a1a0e4b0f48526a064eae94e4b77e0d303 (patch)
treeb14af72b13d663363ddd1606d4bd66fa8eba63f0 /modules/book
parent2d632d1a187e687eed1e3a6e732aeb97f3ceebdb (diff)
downloadbrdo-85c680a1a0e4b0f48526a064eae94e4b77e0d303.tar.gz
brdo-85c680a1a0e4b0f48526a064eae94e4b77e0d303.tar.bz2
#588148 by JohnAlbin, sun, and effulgentsia: Make theme_links() actually themable.
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index c8b82a88e..f1a2faf67 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -113,7 +113,7 @@ function book_node_view_link($node, $view_mode) {
if (!empty($links)) {
$node->content['links']['book'] = array(
- '#theme' => 'links',
+ '#theme' => 'links__book_node',
'#links' => $links,
'#attributes' => array('class' => array('links', 'inline')),
);