summaryrefslogtreecommitdiff
path: root/modules/contextual
diff options
context:
space:
mode:
Diffstat (limited to 'modules/contextual')
-rw-r--r--modules/contextual/contextual.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contextual/contextual.module b/modules/contextual/contextual.module
index 480f9e663..25cf5fa5f 100644
--- a/modules/contextual/contextual.module
+++ b/modules/contextual/contextual.module
@@ -146,7 +146,7 @@ function contextual_links_view($element) {
$build = array(
'#prefix' => '<div class="contextual-links-wrapper">',
'#suffix' => '</div>',
- '#theme' => 'links',
+ '#theme' => 'links__contextual',
'#links' => $links,
'#attributes' => array('class' => array('contextual-links')),
'#attached' => array(