summaryrefslogtreecommitdiff
path: root/ressources/includes
diff options
context:
space:
mode:
authorCorentin BRETON <neodarz@neodarz.ovh>2016-08-28 14:43:24 +0200
committerCorentin BRETON <neodarz@neodarz.ovh>2016-08-28 14:43:24 +0200
commit69a94dc340ed89bb5c34f4e86bf086f835cc3e17 (patch)
tree8454bbc3f12228b9da39d8712d5d9961261a2257 /ressources/includes
parent51f86950391ed1512bb561d296c3111623d3149b (diff)
downloadmy_old_personal_website-69a94dc340ed89bb5c34f4e86bf086f835cc3e17.tar.xz
my_old_personal_website-69a94dc340ed89bb5c34f4e86bf086f835cc3e17.zip
update
Diffstat (limited to 'ressources/includes')
-rwxr-xr-xressources/includes/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ressources/includes/header.php b/ressources/includes/header.php
index 1d9347d..24ec0e6 100755
--- a/ressources/includes/header.php
+++ b/ressources/includes/header.php
@@ -12,7 +12,7 @@ $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 == '#') {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>