summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin BRETON <neodarz@neodarz.ovh>2016-07-28 20:09:33 +0200
committerCorentin BRETON <neodarz@neodarz.ovh>2016-07-28 20:09:33 +0200
commit4d1473693d08c9859c1bc225ce591cf7e69d4a19 (patch)
tree6db13ebc939b1b9a5f2a7a3e5276925ab57cf520
parente4bdf228a2bdb59c51ce1487231241336b4db187 (diff)
downloadmy_old_personal_website-4d1473693d08c9859c1bc225ce591cf7e69d4a19.tar.xz
my_old_personal_website-4d1473693d08c9859c1bc225ce591cf7e69d4a19.zip
Delete CV link
-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 24ec0e6..1d9347d 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>