forum_term_path

Versions
4.7 – 6
forum_term_path($term)

Implementation of hook_term_path().

Code

modules/forum/forum.module, line 473

<?php
function forum_term_path($term) {
  return 'forum/'. $term->tid;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.