summaryrefslogtreecommitdiff
path: root/school
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-25 21:29:28 +0100
committerMinteck <contact@minteck.org>2023-01-25 21:29:28 +0100
commitce1ed675a34f5e3d1d317e6d8a1bd33de55b72d8 (patch)
tree4f8d8aa12fea4fc5d76c0e116a2c4caca02f779e /school
parent0fb31ef23c57749eec78cb3eb38d825e2ca037b5 (diff)
downloadnots-ce1ed675a34f5e3d1d317e6d8a1bd33de55b72d8.tar.gz
nots-ce1ed675a34f5e3d1d317e6d8a1bd33de55b72d8.tar.bz2
nots-ce1ed675a34f5e3d1d317e6d8a1bd33de55b72d8.zip
Updated 9 files and added 2 files (automated)HEADmane
Diffstat (limited to 'school')
-rwxr-xr-xschool/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/school/index.php b/school/index.php
index 77f6f9b..30369e5 100755
--- a/school/index.php
+++ b/school/index.php
@@ -17,7 +17,7 @@ global $_name;
<div class="container"><br><h2><?= $title ?></h2></div>
<div class="container">
- <p><i>Année scolaire <?= $data["schoolYear"] ?></i></p>
+ <p>Année scolaire <?= $data["schoolYear"] ?></p>
<?php foreach ($user["establishmentsInfo"] as $establishment): ?>
<b>
@@ -39,8 +39,7 @@ global $_name;
Classes : <?= implode(", ", $user["studentClass"]) ?><br>
Groupes : <?= implode(", ", array_map(function ($i) {
return $i["name"];
- }, $user["groups"])) ?><br>
- Identifiant Nots : <code><?= $_userID ?></code>
+ }, $user["groups"])) ?>
</p>
</div>