diff --git a/include/functions.php b/include/functions.php
index 79d10fe7..0c9f1a49 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -85,9 +85,9 @@
echo ('News
');
echo ('A propos
');
- /*if ($_SESSION['userLevel'] >= 3) {
+ if ($_SESSION['userLevel'] >= 3) {
echo ('Admin
');
- }*/
+ }
if(isset($_SESSION['userID'])) {
echo ('Profil
');