diff options
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/blog.module | 2 |
1 files changed, 1 insertions, 1 deletions
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')), ); |