[eluser]rogierb[/eluser]
1: do not use short_tags, it's only for lazy programmers :-)
2: use base_url() to get full uri's, you now have one relative to the controller
<code>
<?=anchor(base_url().‘site/comments/’.$row->id, ‘Comments’);?>
</code>