function forum_term_path

6.x forum.module forum_term_path($term)

Implementation of hook_term_path().

File

drupal-6.x/modules/forum/forum.module, line 473
Enable threaded discussions about general topics.

Code

function forum_term_path($term) {
  return 'forum/' . $term->tid;
}