--- old/modules/base/xarblocks/menu.php 2005-10-02 11:25:22.000000000 -0700 +++ new/modules/base/xarblocks/menu.php 2005-11-16 15:53:36.000000000 -0800 @@ -162,7 +162,13 @@ if ($url[0] == $ptid) { $here = 'true'; } - $url = xarModUrl('articles', 'user', 'view', array('ptid' => $url[0])); + $urlargs = array(); + $urlargs['ptid'] = $url[0]; + + if (isset($url[1])) { + $urlargs['catid'] = $url[1]; + } + $url = xarModUrl('articles', 'user', 'view', $urlargs); break; } case '(': // category link