Changeset 191 for dev/common/includes/class.killsummarytable.php
- Timestamp:
- 03/19/07 23:38:33 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/class.killsummarytable.php
r190 r191 333 333 $html .= "</tr></table>"; 334 334 335 if (config::get('summarytable_summary')) 336 { 337 $html .= '<table width=100% border=0 cellspacing=2>' 338 .'<tr align=center><td width=51%><span align=right class="killcount">' 339 .$this->tkcount_.' Ships killed ('.round($this->tkisk_/1000000, 2).'M ISK)</span></td><td width=49%><span class="losscount">' 340 .$this->tlcount_.' Ships lost ('.round($this->tlisk_/1000000, 2).'M ISK)</span></td></tr></table>'; 341 } 335 342 if ($_GET['scl_id'] != "") 336 343 {