fix undefined variable

This commit is contained in:
gnieark 2015-12-08 23:20:40 +01:00
parent 447547ff00
commit 6401b9b6a8
1 changed files with 3 additions and 1 deletions

View File

@ -4,13 +4,15 @@ $arenas=array(
'id' => "tictactoe",
'url' => "/tictactoe",
'title' => "Tic Tac Toe",
'metaDescription' => 'Affrontements de bots au TicTacToe, morpion',
'jsFile'=> "js.js",
'cssFile'=> "style.css"
),
array(
'id' => "Battleship",
'url' => "/Battleship",
'title' => "bataille Navale"
'title' => "bataille Navale",
'metaDescription' => 'Affrontements de bots à la battaille navale'
)
);