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.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.tpl.php') 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); ?> -- cgit v1.2.3