--- taxonomy_context.module.orig 2006-05-08 16:37:53.000000000 +1000 +++ taxonomy_context.module 2006-05-08 16:31:05.000000000 +1000 @@ -70,10 +70,10 @@ $mode = arg(0); switch ($mode) { case 'taxonomy': - if (arg(2) == 'vocab') { + if (arg(1) == 'vocabulary') { $context['tid'] = 0; $context['root_tid'] = 0; - $context['vid'] = ((int)arg(3)) ? arg(3) : 1; + $context['vid'] = ((int)arg(2)) ? arg(2) : 1; } else if (arg(1) == 'term') { $tidcurrs = preg_split('/[+ ,]/', arg(2)); $context['tid'] = $tidcurrs[0]; @@ -569,4 +569,4 @@ return $output; } -?> \ No newline at end of file +?>