animation

This commit is contained in:
Gnieark 2015-12-24 15:47:57 +01:00
parent 79b4c00188
commit 78cc818206
2 changed files with 1 additions and 2 deletions

View File

@ -134,7 +134,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=''; $asideSectionContent='<img src="/principe.gif" alt=""/>';
$cssAdditionalScript=""; $cssAdditionalScript="";
$jsAdditionalScript=""; $jsAdditionalScript="";
} }
@ -178,7 +178,6 @@ if (isset($_POST['xd_check'])){
<body> <body>
<header> <header>
<h1><?php echo $siteTitle; ?></h1> <h1><?php echo $siteTitle; ?></h1>
<nav id="languages"><a href="<?php echo $currentArena; ?>-fr">fr</a>&nbsp;<a href="<?php echo $currentArena; ?>-en">en</a></nav> <nav id="languages"><a href="<?php echo $currentArena; ?>-fr">fr</a>&nbsp;<a href="<?php echo $currentArena; ?>-en">en</a></nav>
<nav id="menus"><a href="/"<?php if(($currentArena == "") && (!isset($_GET['doc']))) echo ' class="selected"'; ?>><?php echo $lang['HOME']; ?></a> <nav id="menus"><a href="/"<?php if(($currentArena == "") && (!isset($_GET['doc']))) echo ' class="selected"'; ?>><?php echo $lang['HOME']; ?></a>
<?php <?php

BIN
html/principe.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB