diff options
author | polo <ordipolo@gmx.fr> | 2023-08-01 14:38:54 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-08-01 14:38:54 +0200 |
commit | 64250fd350d1474b30f2c9681e7d6f54c2efc11e (patch) | |
tree | c621a489a104226c8081ebb05724ec7c8e8c21cd /menu.php | |
download | ordipolo-64250fd350d1474b30f2c9681e7d6f54c2efc11e.zip |
compteur de visites
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> | ||