summaryrefslogtreecommitdiff
path: root/modules/translation/translation.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translation/translation.module')
-rw-r--r--modules/translation/translation.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index bd927e83e..00cd1054d 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -188,7 +188,7 @@ function translation_node_view($node, $view_mode) {
// Do not show link to the same node.
unset($links[$node->language]);
$node->content['links']['translation'] = array(
- '#theme' => 'links',
+ '#theme' => 'links__translation_node',
'#links' => $links,
'#attributes' => array('class' => array('links', 'inline')),
);