- Timestamp:
- 11/30/06 21:33:30 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/class.toplist.php
r92 r129 919 919 } 920 920 $html .= "<tr class=".$class.">"; 921 $html .= $item->getIcon(32);921 $html .= "<td>".$item->getIcon(32)."</td>"; 922 922 $html .= "<td class=kb-table-cell width=200><b>".$item->getName()."</b></td>"; 923 923 $html .= "<td class=kb-table-cell align=center><b>".$row['cnt']."</b></td>";