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) --- drupal7_theme_methods.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drupal7_theme_methods.php') diff --git a/drupal7_theme_methods.php b/drupal7_theme_methods.php index eb0da4c..9b2426a 100644 --- a/drupal7_theme_methods.php +++ b/drupal7_theme_methods.php @@ -210,7 +210,7 @@ function nuvemdario_links_woker_D7($content) { } } -$terms = get_terms_D7($content); +$terms = nuvemdario_get_terms_D7($content); if (!empty($terms)) { ob_start();?>