You are here

function taxonomy_menu_term_path in Taxonomy menu 5

File

./taxonomy_menu.module, line 145
taxonomy_menu.module @author Jonathan Chaffer <jchaffer@structureinteractive.com> @author Bruno Massa <http://drupal.org/user/67164> It Generates menu links for all taxonomy terms

Code

function taxonomy_menu_term_path(&$term) {
  return 'asdf';
}