From 11b0b805fa2e42cfc0d3f0afbcfc1157a493b4ea Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 28 Oct 2004 23:46:10 +0000 Subject: #12186: Add xml icon to taxonomy listings. --- modules/taxonomy.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 315395446..6f830d57a 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -919,6 +919,7 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') { drupal_set_html_head(''); $output = taxonomy_render_nodes(taxonomy_select_nodes($tids, $operator, $depth, TRUE)); + $output .= theme('xml_icon', url("taxonomy/term/$str_tids/$depth/feed")); print theme('page', $output, $title); break; -- cgit v1.2.3