Updated install script

Fixed CSS issues

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
Gregory PLANCHAT 2011-12-05 18:52:05 +01:00
commit 4bb4693d2e
26 changed files with 917 additions and 330 deletions

26
install/gameplays.php Normal file
View file

@ -0,0 +1,26 @@
<?php return array(
'legacies' => array(
'label' => 'Legacies',
'description' => "Conquer planets and grow your outer space empire, fight against other space emperors and master the outer space.",
'modules' => array(
'Wootook_Core' => array(
'code_pool' => 'core',
'version' => '1.5.0'
),
'Wootook_Empire' => array(
'code_pool' => 'core',
'version' => '1.5.0'
),
'Legacies_Empire' => array(
'code_pool' => 'core',
'version' => '1.5.0'
),
/*
'Legacies_Officers' => array(
'code_pool' => 'core',
'version' => '1.5.0'
),
*/
)
)
);