--- article.module Tue Oct 25 14:04:29 2005 +++ article.module Wed Aug 31 07:40:58 2005 @@ -159,7 +159,7 @@ $body = ''; if (variable_get('article_recent_box_enable', 1)) { - $body = theme('box', variable_get('article_recent_box_title', t('Latest Articles')), module_invoke('node', 'title_list', article_get_latest(variable_get('article_recent_display', '5')), '') . theme('xml_icon', url('article/feed'))); + $body = theme('box', variable_get('article_recent_box_title', t('Latest Articles')), module_invoke('node', 'title_list', article_get_latest(variable_get('article_recent_display', '5')), '') . theme('more_info', l("\"XML", 'article/feed'))); } $content = article_index(); if ($content != '') {