From d982605f5ebf573c891e79253c90adfe712847bf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Oct 2015 11:08:55 -0200 Subject: Custom common methods (4) --- node-og-group-post.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node-og-group-post.tpl.php') 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); ?> -- cgit v1.2.3