From 861e3230f0154e6a5942698adedf18d5eb0e0b8a Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Wed, 10 Jan 2018 20:08:33 +0100 Subject: Move imaegs to assets folder --- html/pages/match_info_killsmatrix.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/pages/match_info_killsmatrix.php') diff --git a/html/pages/match_info_killsmatrix.php b/html/pages/match_info_killsmatrix.php index 0ace5ac..91a9087 100644 --- a/html/pages/match_info_killsmatrix.php +++ b/html/pages/match_info_killsmatrix.php @@ -63,7 +63,7 @@ echo ' Kills Match Up -
+
'; @@ -90,7 +90,7 @@ if ($teamgame) { case 3: $teamcolor = 'goldteamb'; break; } echo ' - '; + '; } echo ''; } @@ -102,7 +102,7 @@ foreach($players as $kid => $killer) { if ($killer['banned'] == 'Y') continue; $i++; echo ''; - if ($first) echo' '; + if ($first) echo' '; echo ''; echo ''. FormatPlayerName($killer['country'], $killer['pid'], $killer['name'], $gid, $gamename) .' '; @@ -113,7 +113,7 @@ foreach($players as $kid => $killer) { case 2: $teamcolor = 'greenteamb'; break; case 3: $teamcolor = 'goldteamb'; break; } - echo ''; + echo ''; } foreach($players as $vid => $victim) { $class = ($kid == $vid) ? 'suicide' : 'killCell'; -- cgit