Look at the page with alias "recent-news" and see what ID it has (just look at the link when you are editing it)
If you find, for example, that the id of the page is "10" then try this code (replace 10 with the real id):
$returnid specifies the page to return to.
Hope this helps,$onerow->link = $this->CreateLink($id, 'detail', 10, '', $sendtodetail,'',true,false,'',true,'news/'.$row['news_id']);
Elijah

