botsArena/src/arenas_lists.php
2015-11-25 22:32:58 +01:00

14 lines
260 B
PHP

<?php
$arenas=array(
array(
'id' => "tictactoe",
'url' => "/tictactoe",
'title' => "Tic Tac Toe"
),
array(
'id' => "Battleship",
'url' => "/battleship",
'title' => "bataille Navale"
)
);