From 7ddce64fc70f3786f06286d72927be976c99f9b4 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sat, 26 Dec 2015 21:59:05 +0100 Subject: [PATCH 1/5] bots description page --- html/index.php | 42 ++++++++++++++++++++++++++++++++++++++++-- src/aboutBot.php | 14 ++++++++++++++ src/home.php | 3 +-- 3 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 src/aboutBot.php diff --git a/html/index.php b/html/index.php index deed18c..0a1f8ee 100644 --- a/html/index.php +++ b/html/index.php @@ -50,7 +50,7 @@ if(isset($_GET['arena'])){ $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'].'