From 85c680a1a0e4b0f48526a064eae94e4b77e0d303 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 8 Jan 2010 07:36:53 +0000 Subject: #588148 by JohnAlbin, sun, and effulgentsia: Make theme_links() actually themable. --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 60b6c116e..95cedfcb1 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -86,7 +86,7 @@ function blog_node_view($node, $view_mode = 'full') { 'attributes' => array('title' => t("Read !username's latest blog entries.", array('!username' => format_username($node)))), ); $node->content['links']['blog'] = array( - '#theme' => 'links', + '#theme' => 'links__blog_node', '#links' => $links, '#attributes' => array('class' => array('links', 'inline')), ); -- cgit v1.2.3