achehteumeuleu
This commit is contained in:
parent
7d9881d787
commit
1dd06b939c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user