summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-08 20:35:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-08 20:35:23 -0300
commit2d4e0d87306ed1c39a1db8e88070c498f55de836 (patch)
tree32e3103831f4fc827dfb2f1552e5a964bfa1ff58
parent7e34cf50ad626eef4e1b9d734544c187aa37c94b (diff)
downloadcalendario-2d4e0d87306ed1c39a1db8e88070c498f55de836.tar.gz
calendario-2d4e0d87306ed1c39a1db8e88070c498f55de836.tar.bz2
Implementing calendario_taxonomy_term_uri() (2)
-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,
);
}