To show the links below comments correctly
$xtemplate->template->assign('links', $links);
should be replaced by
$xtemplate->template->assign('links', theme_links($links));
To show the links below comments correctly
$xtemplate->template->assign('links', $links);
should be replaced by
$xtemplate->template->assign('links', theme_links($links));
Comments
Comment #1
drewish commentedThanks, this has been fixed in CVS.
Comment #2
(not verified) commented