diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 11:08:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 11:08:55 -0200 |
commit | d982605f5ebf573c891e79253c90adfe712847bf (patch) | |
tree | 7f444c22e3ff37a2a85a4f340d864ae7418dc62b /node-og-group-post.tpl.php | |
parent | 42c218e6f393324a875f7ce677d69cc066486845 (diff) | |
download | nuvemdario-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.php | 2 |
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); ?> |