summaryrefslogtreecommitdiff
path: root/menu.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2023-08-09 16:00:08 +0200
committerpolo <ordipolo@gmx.fr>2023-08-09 16:00:08 +0200
commite9f7d60518259b3d01e12edb16bb76fa2a7f805d (patch)
tree1421a6d5b9650747aa327233da8426420fd5c473 /menu.php
parent64250fd350d1474b30f2c9681e7d6f54c2efc11e (diff)
downloadordipolo-e9f7d60518259b3d01e12edb16bb76fa2a7f805d.zip
ajout de contenu, textarea en css, .htaccess + .htpasswd
Diffstat (limited to 'menu.php')
-rw-r--r--menu.php18
1 files changed, 10 insertions, 8 deletions
diff --git a/menu.php b/menu.php
index 221ebb7..8b2fd79 100644
--- a/menu.php
+++ b/menu.php
@@ -1,8 +1,10 @@
1 <nav> 1 <nav>
2 <a href="index.php#bloc_page" <?php if($actuelle == "accueil") {echo('id="actuelle"');} ?> >Accueil du site</a> 2 <a href="index.php#bloc_page" <?php if($actuelle == "accueil") {echo('id="actuelle"');} ?>>Accueil</a>
3 <a href="index.php#prestations" >Services proposés</a> 3 <a href="index.php#prestations" >Services proposés</a>
4 <a href="index.php#tarifs" >Tarifs</a> 4 <!--<a href="securite.php" <?php if($actuelle == "securite") {echo('id="actuelle"');} ?>>Pack sécurité</a>-->
5 <a href="contact.php" <?php if($actuelle == "contact") {echo('id="actuelle"');} ?> >Contact</a> 5 <!--<a href="collectif.php" <?php if($actuelle == "collectif") {echo('id="actuelle"');} ?>>Cours collectifs</a>-->
6 <a href="infos.php" <?php if($actuelle == "infos") {echo('id="actuelle"');} ?> >Infos légales</a> 6 <a href="index.php#tarifs">Tarifs</a>
7 <a href="kiffe.php" <?php if($actuelle == "kiffe") {echo('id="actuelle"');} ?> >J'aime !</a> 7 <a href="contact.php" <?php if($actuelle == "contact") {echo('id="actuelle"');} ?>>Contact</a>
8 </nav> 8 <a href="infos.php" <?php if($actuelle == "infos") {echo('id="actuelle"');} ?>>Infos légales</a>
9 <a href="kiffe.php" <?php if($actuelle == "kiffe") {echo('id="actuelle"');} ?>>J'aime !</a>
10 </nav>