summaryrefslogtreecommitdiff
path: root/node-og-group-post.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'node-og-group-post.tpl.php')
-rw-r--r--node-og-group-post.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/node-og-group-post.tpl.php b/node-og-group-post.tpl.php
index 1eb2d0b..b263350 100644
--- a/node-og-group-post.tpl.php
+++ b/node-og-group-post.tpl.php
@@ -16,7 +16,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);
?>