diff --git a/html/index.php b/html/index.php index deed18c..1e1546c 100644 --- a/html/index.php +++ b/html/index.php @@ -43,14 +43,13 @@ if(isset($_GET['arena'])){ } $hist=get_battles_history($currentArena); - $siteTitle=$currentArenaArr['title']; $siteDescription=$currentArenaArr['metaDescription']; $mainSectionScript="../src/arenas/".$currentArena."/public.php"; $asideSectionContent='

infos:

'.$lang['DEV-YOUR-OWN-BOT'].'
'.$lang['DOC_SPECS_LINKS'].'

Scores

'; foreach($hist as $sc){ - $asideSectionContent.='

'.$sc['bot1'].' VS '.$sc['bot2'].'

+ $asideSectionContent.='

'.$sc['bot1'].' VS '.$sc['bot2'].'