1 2 3 4 5 6 |
foreach($vars['node']->taxonomy as $key => $keycontent) {
if ($keycontent->vid == 3) {
unset($vars['taxonomy']['taxonomy_term_'. $key]);
}
}
$vars['terms'] = theme('links', $vars['taxonomy']);
|
Pastie
