achehteumeuleu

This commit is contained in:
gnieark 2015-11-29 11:12:47 +01:00
parent 7d9881d787
commit 1dd06b939c

View File

@ -111,9 +111,9 @@ if($currentArena == ""){
//battle history for this arena
$hist=get_battles_history($currentArena);
echo '<aside id="history">';
echo '<aside id="history"><h2>Scores</h2>';
foreach($hist as $sc){
echo '<h2>'.$sc['bot1'].' VS '.$sc['bot2'].'</h2>
echo '<h3>'.$sc['bot1'].' VS '.$sc['bot2'].'</h3>
<ul>
<li>'.$sc['bot1']." ".$lang['VICTORIES'].":".$sc['player1Wins'].'</li>
<li>'.$sc['bot2']." ".$lang['VICTORIES'].":".$sc['player2Wins'].'</li>