start homepage
This commit is contained in:
parent
106b3a2458
commit
b302d311c2
|
@ -103,7 +103,7 @@ if($currentArena == ""){
|
||||||
<?php
|
<?php
|
||||||
switch($currentArena){
|
switch($currentArena){
|
||||||
case "":
|
case "":
|
||||||
echo "<h2>Accueil</h2>";
|
include ("../src/home.php");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
include ("../src/arenas/".$currentArena."/public.php");
|
include ("../src/arenas/".$currentArena."/public.php");
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$lang=array(
|
$lang=array(
|
||||||
'SITE_NAME' => 'Arène à bots',
|
'SITE_NAME' => 'Arène à bots',
|
||||||
'SITE_DESCRIPTION' => 'blah blah blah mais en francais',
|
'SITE_DESCRIPTION' => 'Bienvenue sur cette arène à bots. Plusieurs jeux sont proposés ici. Vous ne devez pas y jouer, mais dévolopper le "bot" qui jouera en votre nom. Ce site permet de faire s\'affronter les bots des différents développeurs',
|
||||||
'HOME' => 'accueil'
|
'HOME' => 'accueil'
|
||||||
);
|
);
|
2
src/home.php
Normal file
2
src/home.php
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?php
|
||||||
|
echo $lang['SITE_DESCRIPTION'];
|
Loading…
Reference in New Issue
Block a user