summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-12-29 04:46:40 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-12-29 04:46:40 +0000
commit79a193a2d29b857b1a479fe878c1acebeddbf1a8 (patch)
tree0f00e1171848a88638f8aa93efe6621590fa6409 /modules/taxonomy.module
parent511089865d6378e630d10e95361b8908ef2cebec (diff)
downloadbrdo-79a193a2d29b857b1a479fe878c1acebeddbf1a8.tar.gz
brdo-79a193a2d29b857b1a479fe878c1acebeddbf1a8.tar.bz2
- #42234: Use standardized feed icon for RSS
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 10a593e3d..5abbbe89d 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -1074,7 +1074,7 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') {
'href' => url('taxonomy/term/'. $str_tids .'/'. $depth .'/feed')));
$output = taxonomy_render_nodes(taxonomy_select_nodes($tids, $operator, $depth, TRUE));
- $output .= theme('xml_icon', url('taxonomy/term/'. $str_tids .'/'. $depth .'/feed'));
+ $output .= theme('feed_icon', url('taxonomy/term/'. $str_tids .'/'. $depth .'/feed'));
return $output;
break;