diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-08 20:36:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-08 20:36:21 -0300 |
commit | e94703290528d891ceb1a912e4c18d1538d50be5 (patch) | |
tree | dd76e38126e0e16f32c493a55e9ddcf49f25ad29 | |
parent | 2d4e0d87306ed1c39a1db8e88070c498f55de836 (diff) | |
download | calendario-e94703290528d891ceb1a912e4c18d1538d50be5.tar.gz calendario-e94703290528d891ceb1a912e4c18d1538d50be5.tar.bz2 |
Implementing calendario_taxonomy_term_uri() (3)
-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', ); } |