diff --git a/killers.php b/killers.php index e8d19e4..a05aef9 100644 --- a/killers.php +++ b/killers.php @@ -85,7 +85,6 @@ if ($latests) { } else echo 'No player kills exist.'; } else if ($config['TFSVersion'] == 'TFS_03') { - ///////// $cache = new Cache('engine/cache/killers'); if ($cache->hasExpired()) { $deaths = fetchLatestDeaths_03(30, true); @@ -94,25 +93,25 @@ if ($latests) { } else { $deaths = $cache->load(); } - ?> -

Latest Killers

- - - - - - - '; - echo ""; - echo ""; - echo ""; - echo ''; - } ?> -
KillerTimeVictim
". $death['killed_by'] ."". getClock($death['time'], true) ."At level ". $death['level'] .": ". $death['victim'] ."
- - +

Latest Killers

+ + + + + + + '; + echo ""; + echo ""; + echo ""; + echo ''; + } ?> +
KillerTimeVictim
". $death['killed_by'] ."". getClock($death['time'], true) ."At level ". $death['level'] .": ". $death['victim'] ."
+