summaryrefslogtreecommitdiff
path: root/modules/contextual/contextual.module
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/contextual/contextual.module
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/contextual/contextual.module')
-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(