diff options
-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 24ec0e6..caf4e89 100755 --- a/ressources/includes/header.php +++ b/ressources/includes/header.php @@ -11,7 +11,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 == '#') {echo ' id="en_cours"';} ?> ><a href="https://blog.neodarz.ovh"><i class="fa fa-code fa-lg"></i> Blog</a></li> + <li <?php if ($page_actuel == '#') {echo ' id="en_cours"';} ?> ><a href="https://neodarz.ovh/wiki"><i class="fa fa-code fa-lg"></i> Blog</a></li> <li <?php if ($page_actuel == 'cv.php') {echo ' id="en_cours"';} ?> ><a href="cv.php"><i class="fa fa-code fa-lg"></i> CV</a></li> </ul> </nav> |