fix undefined variable
This commit is contained in:
parent
447547ff00
commit
6401b9b6a8
|
|
@ -4,13 +4,15 @@ $arenas=array(
|
||||||
'id' => "tictactoe",
|
'id' => "tictactoe",
|
||||||
'url' => "/tictactoe",
|
'url' => "/tictactoe",
|
||||||
'title' => "Tic Tac Toe",
|
'title' => "Tic Tac Toe",
|
||||||
|
'metaDescription' => 'Affrontements de bots au TicTacToe, morpion',
|
||||||
'jsFile'=> "js.js",
|
'jsFile'=> "js.js",
|
||||||
'cssFile'=> "style.css"
|
'cssFile'=> "style.css"
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'id' => "Battleship",
|
'id' => "Battleship",
|
||||||
'url' => "/Battleship",
|
'url' => "/Battleship",
|
||||||
'title' => "bataille Navale"
|
'title' => "bataille Navale",
|
||||||
|
'metaDescription' => 'Affrontements de bots à la battaille navale'
|
||||||
)
|
)
|
||||||
|
|
||||||
);
|
);
|
||||||
Loading…
Reference in New Issue
Block a user