summaryrefslogtreecommitdiff
path: root/drupal6_theme_methods.php
diff options
context:
space:
mode:
Diffstat (limited to 'drupal6_theme_methods.php')
-rw-r--r--drupal6_theme_methods.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/drupal6_theme_methods.php b/drupal6_theme_methods.php
index fb7d7e6..1fab4fd 100644
--- a/drupal6_theme_methods.php
+++ b/drupal6_theme_methods.php
@@ -94,7 +94,7 @@ function nuvemdario_breadcrumb($breadcrumb) {
}
function nuvemdario_service_links_node_format($links) {
- return '<div class="service-links"><div class="service-label">'. t('Bookmark/Search this post with: ') .'</div>'. art_links_woker($links) .'</div>';
+ return '<div class="service-links"><div class="service-label">'. t('Bookmark/Search this post with: ') .'</div>'. nuvemdario_links_woker($links) .'</div>';
}
/**
@@ -273,4 +273,4 @@ EOT;
$output .= "</div>\n";
return $output;
-} \ No newline at end of file
+}