diff options
Diffstat (limited to 'menu.php')
-rw-r--r-- | menu.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/menu.php b/menu.php new file mode 100644 index 0000000..221ebb7 --- /dev/null +++ b/menu.php | |||
@@ -0,0 +1,8 @@ | |||
1 | <nav> | ||
2 | <a href="index.php#bloc_page" <?php if($actuelle == "accueil") {echo('id="actuelle"');} ?> >Accueil du site</a> | ||
3 | <a href="index.php#prestations" >Services proposés</a> | ||
4 | <a href="index.php#tarifs" >Tarifs</a> | ||
5 | <a href="contact.php" <?php if($actuelle == "contact") {echo('id="actuelle"');} ?> >Contact</a> | ||
6 | <a href="infos.php" <?php if($actuelle == "infos") {echo('id="actuelle"');} ?> >Infos légales</a> | ||
7 | <a href="kiffe.php" <?php if($actuelle == "kiffe") {echo('id="actuelle"');} ?> >J'aime !</a> | ||
8 | </nav> | ||