From 2d4e0d87306ed1c39a1db8e88070c498f55de836 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 8 Aug 2012 20:35:23 -0300 Subject: Implementing calendario_taxonomy_term_uri() (2) --- calendario.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendario.module b/calendario.module index aa33dfd..4fd4a9a 100644 --- a/calendario.module +++ b/calendario.module @@ -74,6 +74,6 @@ function calendario_views_post_render(&$view, &$output, &$cache) { */ function calendario_taxonomy_term_uri($term) { return array( - 'path' => 'taxonomy/term/' . $term->tid, + 'path' => 'calendario/'. $term->vocabulary_machine_name .'/'. $term->name, ); } -- cgit v1.2.3