diff --git a/sos-sort/index.php b/sos-sort/index.php index 56ddb31455def9b62b209e651e1a7ee0a501427a..3977b29b2003686147f45ab0bd611e58fed4f0df 100644 --- a/sos-sort/index.php +++ b/sos-sort/index.php @@ -17,12 +17,12 @@ // Defines the category order given the modules choice function get_cat_order($categories) { $cats_order = array( - "iai-formation-citoyenne-a-lintelligence-artificielle-intelligente" => 0, - "module-1" => 1, - "module-2" => 2, - "module-3" => 3, - "module-4" => 4, - "module-5" => 5, + "iai-formation-citoyenne-a-lintelligence-artificielle-intelligente" => 1, + "module-1" => 5, + "module-2" => 6, + "module-3" => 7, + "module-4" => 8, + "module-5" => 9, "1-2-3-codez" => 10, "1-2-3-codez-tome-1" => 11, "1-2-3-codez-tome-2" => 12,