You are here

function forum_term_path in Drupal 5

Same name and namespace in other branches
  1. 4 modules/forum.module \forum_term_path()
  2. 6 modules/forum/forum.module \forum_term_path()

File

modules/forum/forum.module, line 647
Enable threaded discussions about general topics.

Code

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