summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.ovh>2016-10-14 17:05:02 +0200
committerNeodarZ <neodarz@neodarz.ovh>2016-10-14 17:05:02 +0200
commit39f052ea6f7ee74e144c4f83bd6ef67ae4cbbd18 (patch)
tree8d783cb745dd47126302d41cfb11286fad06735c
parent807e7b734503dd127e6dc7ab0951a264f6bbae7d (diff)
downloadmy_old_personal_website-master.tar.xz
my_old_personal_website-master.zip
Mise a jourHEADmaster
-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..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>