]> git.p6c8.net - jirafeau_project.git/commitdiff
back to modern style for installation process
authorJerome Jutteau <mojo@couak.net>
Sun, 22 Feb 2015 17:22:33 +0000 (18:22 +0100)
committerJerome Jutteau <mojo@couak.net>
Sun, 22 Feb 2015 17:22:33 +0000 (18:22 +0100)
TODO: fix courgette style for installation process

install.php
lib/config.original.php

index a1eac8dfcbc880b71720d4a7d8b9f97bbad74269..81a00cc4e3e71a76379b8223ec1fa3a53bf8f72e 100644 (file)
@@ -356,6 +356,7 @@ case 4:
     }
     else
     {
+        $cfg['style'] = 'courgette';
         $cfg['installation_done'] = true;
         jirafeau_export_cfg ($cfg);
         echo '<div class="message"><p>' .
index bf1a578b622486f757cc4fc9722923a4321543a9..716675ee85a62653c8208d94fc40c2131b96c0a0 100644 (file)
@@ -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'] = '';

patrick-canterino.de