$even = "comment-even";
$odd = "comment-odd";
$author = "comment-author";
$bgcolor = $even;
?>
comment_type != "trackback" && $comment->comment_type != "pingback") {
if($odd == $bgcolor) { $bgcolor = $even; } else { $bgcolor = $odd; }
/* Assign .comment-author CSS class to weblog administrator */
$is_author = false;
if($comment->comment_author_email == get_settings(admin_email)) {
$is_author = true;
}
?>