To show the links below comments correctly

$xtemplate->template->assign('links', $links);

should be replaced by

$xtemplate->template->assign('links', theme_links($links));

Comments

drewish’s picture

Status: Active » Fixed

Thanks, this has been fixed in CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)