summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--calendario.module2
1 files changed, 1 insertions, 1 deletions
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,
);
}