diff options
Diffstat (limited to 'ressources/includes/header.php')
-rwxr-xr-x | ressources/includes/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ressources/includes/header.php b/ressources/includes/header.php index e278549..1b78edc 100755 --- a/ressources/includes/header.php +++ b/ressources/includes/header.php @@ -41,7 +41,7 @@ $page_actuel = basename($_SERVER['SCRIPT_NAME']); <ul id="main-menu"> <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 == '#') {echo ' id="en_cours"';} ?> ><a href="https://blog.neodarz.ovh"><i class="fa fa-code fa-lg"></i> Hacktualité</a></li> </ul> </nav> |