diff --git a/index.php b/index.php index fc6fc68..3d078a6 100755 --- a/index.php +++ b/index.php @@ -44,6 +44,8 @@ ob_start(); // Start reading html include "assets/fonts/color.php"; include "assets/scripts/globals.php"; + +header("Location: construction.php") ?>
diff --git a/structure/menu.php b/structure/menu.php index 38f272e..d45d61c 100644 --- a/structure/menu.php +++ b/structure/menu.php @@ -12,14 +12,17 @@ include "assets/scripts/globals.php" @@ -43,12 +46,17 @@ for($i = 0; $i <= 17; $i++){ ".$SITE_MAP[$i][1]." + ".$SITE_MAP[$i+1][1].""; + + } - // affiche les liens 2 par 2 - echo "
  • ".$SITE_MAP[$i][1]." - ".$SITE_MAP[$i+1][1]."
  • "; - } ?>