Version 1.9a

This commit is contained in:
nemunaire 2008-09-20 12:00:00 +02:00
commit d028822d0b
437 changed files with 27543 additions and 81793 deletions

20
game/jeu/aide.php Normal file
View file

@ -0,0 +1,20 @@
<?php
if(!defined('INDEX')) { header('Location: ../'); exit; }
$titre = 'Aide';
if (empty($_GET['q'])) $_GET['q'] = '';
switch($_GET['q']){
case '1':
$page = 'aide/avertissements'; break;
case '2':
$page = 'aide/config'; break;
case '3':
$page = 'aide/intro'; break;
case '4':
$page = 'aide/commentjouer'; break;
default:
$page = 'aide/sommaire';
}
?>