From 19047d45c1ce27cd5f3e4c4d3a1dfdd384bf8f0d Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Sun, 22 Feb 2015 18:22:33 +0100 Subject: [PATCH] back to modern style for installation process TODO: fix courgette style for installation process --- install.php | 1 + lib/config.original.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'] = ''; -- 2.34.1