summaryrefslogtreecommitdiff
path: root/node.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'node.tpl.php')
-rw-r--r--node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.tpl.php b/node.tpl.php
index 65b51b5..692f55f 100644
--- a/node.tpl.php
+++ b/node.tpl.php
@@ -17,7 +17,7 @@
// We hide the comments and links now so that we can render them later.
hide($content['comments']);
hide($content['links']);
- $terms = get_terms_D7($content);
+ $terms = nuvemdario_get_terms_D7($content);
hide($content[$terms['#field_name']]);
print render($content);
?>