diff options
Diffstat (limited to 'drupal5_theme_methods.php')
-rw-r--r-- | drupal5_theme_methods.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drupal5_theme_methods.php b/drupal5_theme_methods.php index 60be9f1..2cdd1e6 100644 --- a/drupal5_theme_methods.php +++ b/drupal5_theme_methods.php @@ -142,7 +142,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>'; } /** @@ -234,4 +234,4 @@ function nuvemdario_img_assist_page($content, $attributes = NULL) { $output .= '</body>'; $output .= '</html>'; return $output; -}
\ No newline at end of file +} |