diff options
author | root <root@localhost.localdomain> | 2016-06-02 23:17:34 +0200 |
---|---|---|
committer | root <root@localhost.localdomain> | 2016-06-02 23:17:34 +0200 |
commit | 02c84ab67e5567f235b5521160e78eaa455d4f26 (patch) | |
tree | 918396c54ea42fca5fbae3c99874b7ea40ac4cbb /ressources/includes/header.php | |
parent | 4bda890a6706e14c611ac4ee188dd0dfe146e14a (diff) | |
download | my_old_personal_website-02c84ab67e5567f235b5521160e78eaa455d4f26.tar.xz my_old_personal_website-02c84ab67e5567f235b5521160e78eaa455d4f26.zip |
Suppression du bouton admin
Diffstat (limited to 'ressources/includes/header.php')
-rwxr-xr-x | ressources/includes/header.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ressources/includes/header.php b/ressources/includes/header.php index 3369435..b6c5288 100755 --- a/ressources/includes/header.php +++ b/ressources/includes/header.php @@ -43,7 +43,6 @@ $page_actuel = basename($_SERVER['SCRIPT_NAME']); <li <?php if ($page_actuel == 'index.php') {echo ' id="en_cours"';} ?> ><a href="index.php"><i class="fa fa-home fa-lg"></i> Accueil</a></li> <li <?php if ($page_actuel == 'projets.php') {echo ' id="en_cours"';} ?> ><a href="projets.php"><i class="fa fa-book fa-lg"></i> Projets</a></li> <li <?php if ($page_actuel == '#.php') {echo ' id="en_cours"';} ?> ><a href="#"><i class="fa fa-code fa-lg"></i> Hacktualité</a></li> - <li <?php if ($page_actuel == 'admin.php') {echo ' id="en_cours"';} ?> ><a href="admin.php"><i class="fa fa-user-secret fa-lg"></i> Admin Zone</a></li> </ul> </nav> |