forum_term_path($term)
modules/forum.module, line 642
<?php function forum_term_path($term) { return 'forum/' . $term->tid; } ?>