From e94703290528d891ceb1a912e4c18d1538d50be5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 8 Aug 2012 20:36:21 -0300 Subject: Implementing calendario_taxonomy_term_uri() (3) --- calendario.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendario.module') diff --git a/calendario.module b/calendario.module index 4fd4a9a..bfa61e7 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' => 'calendario/'. $term->vocabulary_machine_name .'/'. $term->name, + 'path' => 'calendario/'. $term->vocabulary_machine_name .'/'. $term->name .'/mes', ); } -- cgit v1.2.3