Index: chameleon.theme =================================================================== RCS file: /cvs/drupal/drupal/themes/chameleon/chameleon.theme,v retrieving revision 1.33 diff -u -F^function -r1.33 chameleon.theme --- chameleon.theme 16 Aug 2005 18:06:18 -0000 1.33 +++ chameleon.theme 25 Oct 2005 03:51:54 -0000 @@ -153,9 +153,8 @@ function chameleon_node($node, $teaser = return $output; } -function chameleon_comment($comment, $link = "") { +function chameleon_comment($comment, $links = "") { $submitted = array(t('By %author at %date', array('%author' => theme('username', $comment), '%date' => format_date($comment->timestamp. 'small')))); - $links = array($link); $output = "
". l($comment->subject, $_GET['q'], NULL, NULL, "comment-$comment->cid") ."
\n";