diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 10:24:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 10:24:58 -0200 |
commit | 49e903820067403db97d5abc260af274887870f3 (patch) | |
tree | f324316a8f8811b6703c16e968ccc0e93cddad72 /drupal6_theme_methods.php | |
parent | 831f5eb7448000bb9a947544abf8d93325425734 (diff) | |
download | nuvemdario-49e903820067403db97d5abc260af274887870f3.tar.gz nuvemdario-49e903820067403db97d5abc260af274887870f3.tar.bz2 |
Rename stuff to nuvemdario_
Diffstat (limited to 'drupal6_theme_methods.php')
-rw-r--r-- | drupal6_theme_methods.php | 4 |
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 +} |