summaryrefslogtreecommitdiff
path: root/modules/comment/views/comment_list.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/views/comment_list.html.php')
-rw-r--r--modules/comment/views/comment_list.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/views/comment_list.html.php b/modules/comment/views/comment_list.html.php
index 1545a106..ea824597 100644
--- a/modules/comment/views/comment_list.html.php
+++ b/modules/comment/views/comment_list.html.php
@@ -1,11 +1,11 @@
<? defined("SYSPATH") or die("No direct script access."); ?>
<ul id="gCommentThread">
<? foreach (array_reverse($comments) as $index => $comment): ?>
- <li id="gComment-<?= $index; ?>" class="gComment <?= $index % 2 ? 'odd' : 'even' ?>">
+ <li id="gComment-<?= $index; ?>" class="gComment <?= $index % 2 ? 'gOdd' : 'gEven' ?>">
<p>
<a href="#" class="gAuthor"><?= $comment->author ?></a>
<?= comment::format_elapsed_time($comment->datetime) ?>,
- <span class="understate"><?= strftime('%c', $comment->datetime) ?></span>
+ <span class="gUnderstate"><?= strftime('%c', $comment->datetime) ?></span>
</p>
<div>
<?= $comment->text ?>