function forum_term_path
Implementation of hook_term_path().
Archivo
- drupal-6.x/
modules/ forum/ forum.module, line 473 - Enable threaded discussions about general topics.
Código
function forum_term_path($term) {
return 'forum/' . $term->tid;
}
Implementation of hook_term_path().
function forum_term_path($term) {
return 'forum/' . $term->tid;
}