- team2, - ou team1. + ".$TEAM2."," + echo"".$TEAM1."" + ?>
Fais gagner des points à ton équipe durant la semaine pour lui faire remporter les INSA BROS !
diff --git a/info.php b/info.php
index df5f48c..807b764 100644
--- a/info.php
+++ b/info.php
@@ -1,5 +1,7 @@
Et sinon tu peux rejoindre le groupe facebook de ton équipe :
- team2 ou team1
+ ou
Tu peux également rejoindre l'Instagram : @insat_accueil_2022
diff --git a/planning.php b/planning.php
index 87a42b1..b55edb1 100755
--- a/planning.php
+++ b/planning.php
@@ -8,6 +8,8 @@ if(isset($_GET['planning']) AND !empty(['planning']))
$planning = (int) htmlspecialchars($_GET['planning']);
}
+include "assets/scripts/globals.php"
+
?>
-
-
+
+
diff --git a/structure/menu.php b/structure/menu.php
index 489b23d..8cef7fb 100644
--- a/structure/menu.php
+++ b/structure/menu.php
@@ -2,6 +2,8 @@
if(!isset($relativepath)) {
header('Location: ../index.php');
}
+
+include "assets/scripts/globals.php"
?>
@@ -63,8 +65,8 @@ if(!isset($relativepath)) {
diff --git a/team.php b/team.php
index 7de30dc..c404cc5 100644
--- a/team.php
+++ b/team.php
@@ -9,11 +9,13 @@ if(isset($_GET['team']))
} else {
header('Location: errors/404.php');
}
+
+include "assets/scripts/globals.php"
?>