Index: taxonomy_context.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_context/taxonomy_context.module,v retrieving revision 1.72.2.7.2.5 diff -u -r1.72.2.7.2.5 taxonomy_context.module --- taxonomy_context.module 26 May 2008 20:07:03 -0000 1.72.2.7.2.5 +++ taxonomy_context.module 16 Feb 2009 16:12:19 -0000 @@ -953,7 +950,7 @@ */ function taxonomy_context_show_subterms($tid, $vid = 0) { $terms = taxonomy_get_children($tid, $vid); - $output = theme('taxonomy_context_subterms', $terms); + $output = theme('taxonomy_context_subterm', $terms); return $output; }