summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-01-06 21:24:21 +0000
committerDries Buytaert <dries@buytaert.net>2003-01-06 21:24:21 +0000
commit2647a943f05eb640e4d6656aa9272d572d8130e0 (patch)
tree86692975511364dc047184fb6d8648a3ba996064 /includes/theme.inc
parenta380356d6eb8cc7b8d749ec6f243feb22d1b8357 (diff)
downloadbrdo-2647a943f05eb640e4d6656aa9272d572d8130e0.tar.gz
brdo-2647a943f05eb640e4d6656aa9272d572d8130e0.tar.bz2
- Forgot to update the taxonomy links. Reported by Adam.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 46811a331..c851b3283 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -42,7 +42,7 @@ class BaseTheme {
function node($node, $main) {
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, NULL, "or=$term->tid");
}
}