PKX8I0(iiHook_link_alter/package.kpf /** * Implementation of Hook Link Alter */ function [[%tabstop:modulename]]_link_alter(&$links, $node) { foreach ($links AS $module => $link) { if (strstr($module, 'taxonomy_term')) { // Link back to the forum and not the taxonomy term page $links[$module]['#href'] = str_replace('taxonomy/term', 'forum', $link['#href']); } } }!@#_currentPos!@#_anchor 1 PKX8I0(iiHook_link_alter/package.kpfPKI