Updated signature image generator Navigation menu has been finalized Some deprectaed templates has been removed Fixed registration Fixed galaxy notices messages Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
34 lines
No EOL
969 B
Text
34 lines
No EOL
969 B
Text
<?php return array(
|
|
'global' => array(
|
|
'storyline' => array(
|
|
'universe' => 'legacies',
|
|
'episode' => 'default',
|
|
),
|
|
'web' => array(
|
|
'base_url' => 'http://testing.xnova-legacies.org/'
|
|
),
|
|
'date' => array(
|
|
'timezone' => 'Europe/Paris'
|
|
),
|
|
'database' => array(
|
|
'engine' => 'mysql',
|
|
'options' => array(
|
|
'hostname' => 'localhost',
|
|
'username' => 'root',
|
|
'password' => '',
|
|
'database' => 'db_xnova'
|
|
),
|
|
'table_prefix' => 'game_',
|
|
),
|
|
'layout' => array(
|
|
'page' => 'page.php',
|
|
'empire' => 'empire.php'
|
|
),
|
|
'locales' => array(
|
|
'fr' => 'fr_FR',
|
|
'fr_FR' => 'fr_FR',
|
|
'en' => 'en_US',
|
|
'en_US' => 'en_US'
|
|
)
|
|
)
|
|
); |