| 5 forum.module | forum_term_path($term) |
| 6 forum.module | forum_term_path($term) |
Implementation of hook_term_path().
File
- modules/
forum/ forum.module, line 473 - Enable threaded discussions about general topics.
Code
function forum_term_path($term) {
return 'forum/' . $term->tid;
}
Login or register to post comments