All drupal tables starts with TH and then TR.odd TR.even ...
But views produce different - TR.even TR.odd ...
In file views-view-table.tpl.php
<?php foreach ($rows as $count => $row): -
+
foreach ($row as $field => $content): ?>
| Comment | File | Size | Author |
|---|---|---|---|
| table.patch | 810 bytes | andypost |
Comments
Comment #1
merlinofchaos commentedCommitted! Thanks!