--- article.module.old	2006-05-09 23:51:56.000000000 -0400
+++ article.module	2006-05-09 23:50:07.000000000 -0400
@@ -217,7 +217,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('more_info', l('<img src="misc/xml.png" alt="XML Feed" />', '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', theme_feed_icon('article/feed')));
       }
       $content = article_index();
       if ($content != '') {
