2
I found it myself in the new RC2:
if($xoopsOption['storytopic']) {
$mytree = new XoopsTree($xoopsDB->prefix("topics"),"topic_id","topic_pid");
$topicpath = $mytree->getNicePathFromId($xoopsOption['storytopic'], "topic_title", "index.php?op=1");
$xoopsTpl->assign('topic_path', _NW_TOPICC." ".$topicpath."
");
unset($mytree);
}