Renamed and moved gOdd/gEven CSS classes.

This commit is contained in:
Chad Kieffer
2009-10-03 12:33:53 -06:00
parent 5ab0be3e62
commit 9145331fd4
8 changed files with 16 additions and 22 deletions

View File

@@ -103,7 +103,7 @@
</th>
</tr>
<? foreach ($comments as $i => $comment): ?>
<tr id="gComment-<?= $comment->id ?>" class="<?= ($i % 2 == 0) ? "gOddRow" : "gEvenRow" ?>">
<tr id="gComment-<?= $comment->id ?>" class="<?= ($i % 2 == 0) ? "g-odd-row" : "g-even-row" ?>">
<td>
<a href="#">
<img src="<?= $comment->author()->avatar_url(40, $theme->url("images/avatar.jpg", true)) ?>"