From e38f9e720f06ba076ab82c36162f3e3fc96d69b9 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 6 Feb 2012 12:24:13 +0000 Subject: [PATCH] CSS has odd/even built-in now --- ext/comment/theme.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/comment/theme.php b/ext/comment/theme.php index 9f47f139..995744ee 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -175,10 +175,9 @@ class CommentListTheme extends Themelet { // $hash = md5(strtolower($comment->owner->email)); // $avatar = "
"; //} - $oe = ($this->comments_shown++ % 2 == 0) ? "even" : "odd"; return ' -
+
'.$h_userlink.': '.$h_comment.' '.$h_dellink.'