diff options
Diffstat (limited to 'drupal7_theme_methods.php')
-rw-r--r-- | drupal7_theme_methods.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |