function nodeorder_term_path in Node Order 5
Same name and namespace in other branches
- 6 nodeorder.module \nodeorder_term_path()
Implementation of hook_term_path() from Taxonomy.
File
- ./
nodeorder.module, line 125
Code
function nodeorder_term_path($term) {
return 'nodeorder/term/' . $term->tid;
}