summaryrefslogtreecommitdiff
path: root/menu.php
blob: 8b2fd79f47f92b1ff7fc8ae5676f27b0c387aaac (plain)
1
2
3
4
5
6
7
8
9
10
                <nav>
                    <a href="index.php#bloc_page" <?php if($actuelle == "accueil") {echo('id="actuelle"');} ?>>Accueil</a>
                    <a href="index.php#prestations" >Services proposés</a>
                    <!--<a href="securite.php" <?php if($actuelle == "securite") {echo('id="actuelle"');} ?>>Pack sécurité</a>-->
                    <!--<a href="collectif.php" <?php if($actuelle == "collectif") {echo('id="actuelle"');} ?>>Cours collectifs</a>-->
                    <a href="index.php#tarifs">Tarifs</a>
                    <a href="contact.php" <?php if($actuelle == "contact") {echo('id="actuelle"');} ?>>Contact</a>
                    <a href="infos.php" <?php if($actuelle == "infos") {echo('id="actuelle"');} ?>>Infos légales</a>
                    <a href="kiffe.php" <?php if($actuelle == "kiffe") {echo('id="actuelle"');} ?>>J'aime !</a>
                </nav>