user's langage is not available.
*/
$cfg['lang'] = 'auto';
-$cfg['style'] = 'modern';
+$cfg['style'] = 'courgette';
$cfg['rewrite'] = false;
/* An empty admin password will disable the admin interface. */
$cfg['admin_password'] = '';
/* Upload password. Empty string disable the password. */
$cfg['upload_password'] = '';
+/* Installation is done ? */
+$cfg['installation_done'] = false;
+
if ((basename (__FILE__) != 'config.local.php')
&& file_exists (JIRAFEAU_ROOT.'lib/config.local.php'))
{