You are here

function forum_term_path in Drupal 4

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

File

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

Code

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