summaryrefslogtreecommitdiff
path: root/node-og-group-post.tpl.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-29 11:08:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-29 11:08:55 -0200
commitd982605f5ebf573c891e79253c90adfe712847bf (patch)
tree7f444c22e3ff37a2a85a4f340d864ae7418dc62b /node-og-group-post.tpl.php
parent42c218e6f393324a875f7ce677d69cc066486845 (diff)
downloadnuvemdario-d982605f5ebf573c891e79253c90adfe712847bf.tar.gz
nuvemdario-d982605f5ebf573c891e79253c90adfe712847bf.tar.bz2
Custom common methods (4)
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);
?>