diff options
author | Corentin BRETON <neodarz@neodarz.ovh> | 2016-07-28 19:29:51 +0200 |
---|---|---|
committer | Corentin BRETON <neodarz@neodarz.ovh> | 2016-07-28 19:29:51 +0200 |
commit | dae597120375b27898f64b4d1e606f1b5c7b7675 (patch) | |
tree | b6a66969e162e34de13b329c37c78cec298d2961 /ressources | |
parent | e1df2cb56dd382935d2b6bce050abba067e92931 (diff) | |
download | my_old_personal_website-dae597120375b27898f64b4d1e606f1b5c7b7675.tar.xz my_old_personal_website-dae597120375b27898f64b4d1e606f1b5c7b7675.zip |
Update haktualité to blog
Diffstat (limited to 'ressources')
-rwxr-xr-x | ressources/includes/header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ressources/includes/header.php b/ressources/includes/header.php index a71de5c..24ec0e6 100755 --- a/ressources/includes/header.php +++ b/ressources/includes/header.php @@ -11,7 +11,8 @@ $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> 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> 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> |