From: Jerome Jutteau Date: Sun, 22 Feb 2015 17:22:33 +0000 (+0100) Subject: back to modern style for installation process X-Git-Tag: 1.1~172 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/19047d45c1ce27cd5f3e4c4d3a1dfdd384bf8f0d back to modern style for installation process TODO: fix courgette style for installation process --- diff --git a/install.php b/install.php index a1eac8d..81a00cc 100644 --- a/install.php +++ b/install.php @@ -356,6 +356,7 @@ case 4: } else { + $cfg['style'] = 'courgette'; $cfg['installation_done'] = true; jirafeau_export_cfg ($cfg); echo '

' . diff --git a/lib/config.original.php b/lib/config.original.php index bf1a578..716675e 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -32,7 +32,7 @@ $cfg['var_root'] = ''; user's langage is not available. */ $cfg['lang'] = 'auto'; -$cfg['style'] = 'courgette'; +$cfg['style'] = 'modern'; $cfg['rewrite'] = false; /* An empty admin password will disable the admin interface. */ $cfg['admin_password'] = '';