diff options
-rw-r--r-- | calendario.module | 2 |
1 files changed, 1 insertions, 1 deletions
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', ); } |