mise en page
This commit is contained in:
parent
021dac4aea
commit
d733ea6465
|
@ -131,7 +131,7 @@ if(isset($_GET['arena'])){
|
||||||
$siteTitle="Bots Arena";
|
$siteTitle="Bots Arena";
|
||||||
$siteDescription="bots arena main page. Program your own artificiel intelligence and let it play here";
|
$siteDescription="bots arena main page. Program your own artificiel intelligence and let it play here";
|
||||||
$mainSectionScript="../src/home.php";
|
$mainSectionScript="../src/home.php";
|
||||||
$asideSectionContent=$lang['SITE_DESCRIPTION'];
|
$asideSectionContent='';
|
||||||
$cssAdditionalScript="";
|
$cssAdditionalScript="";
|
||||||
$jsAdditionalScript="";
|
$jsAdditionalScript="";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
<article>
|
<article>
|
||||||
|
<?php echo $lang['SITE_DESCRIPTION'];?>
|
||||||
|
</article>
|
||||||
|
<article>
|
||||||
<h2>Ajouter votre bot</h2>
|
<h2>Ajouter votre bot</h2>
|
||||||
<form method="POST" action="/">
|
<form method="POST" action="/">
|
||||||
<?php echo xd_check_input(0); ?><input type="hidden" name="act" value="addBot"/>
|
<?php echo xd_check_input(0); ?><input type="hidden" name="act" value="addBot"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user