diff options
Diffstat (limited to 'themes/marvin')
-rw-r--r-- | themes/marvin/marvin.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 27c425b38..164ff80fd 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -88,7 +88,7 @@ if (function_exists("taxonomy_node_get_terms")) { foreach (taxonomy_node_get_terms($node->nid) as $term) { - $terms[] = l($term->name, array("or" => $term->tid), "index"); + $terms[] = l($term->name, NULL, array(), "or=$term->tid"); } } |