summaryrefslogtreecommitdiff
path: root/school/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'school/index.php')
-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>