From 49e903820067403db97d5abc260af274887870f3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Oct 2015 10:24:58 -0200 Subject: Rename stuff to nuvemdario_ --- 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 7df7581..293ba48 100644 --- a/drupal7_theme_methods.php +++ b/drupal7_theme_methods.php @@ -194,7 +194,7 @@ EOT; * @return * A string containing an unordered list of links. */ -function art_links_woker_D7($content) { +function nuvemdario_links_woker_D7($content) { $result = ''; if (!isset($content['links'])) return $result; foreach (array_keys($content['links']) as $name) { @@ -296,4 +296,4 @@ if ($index > 0 && !empty($link_output) && !empty($output)) { } return $output; -} \ No newline at end of file +} -- cgit v1.2.3