diff options
Diffstat (limited to 'contact.php')
| -rw-r--r-- | contact.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contact.php b/contact.php index abf2732..c623b59 100644 --- a/contact.php +++ b/contact.php | |||
| @@ -35,13 +35,14 @@ else | |||
| 35 | article{margin-bottom: 20px;} | 35 | article{margin-bottom: 20px;} |
| 36 | @media screen and (max-width: 750px){aside{display: none;}} | 36 | @media screen and (max-width: 750px){aside{display: none;}} |
| 37 | </style> | 37 | </style> |
| 38 | <?php include("matomo.php"); ?> | ||
| 38 | </head> | 39 | </head> |
| 39 | 40 | ||
| 40 | <body> | 41 | <body> |
| 41 | <div id="bloc_page"> | 42 | <div id="bloc_page"> |
| 42 | <header> | 43 | <header> |
| 43 | <?php $actuelle = "contact"; ?> | 44 | <?php $actuelle = "contact"; ?> |
| 44 | <?php include ("menu.php"); ?> | 45 | <?php include("menu.php"); ?> |
| 45 | 46 | ||
| 46 | <p><a href="index.php"> | 47 | <p><a href="index.php"> |
| 47 | <img id="logohaut" src="images/logo.png" alt="ordipolo"> | 48 | <img id="logohaut" src="images/logo.png" alt="ordipolo"> |
| @@ -96,6 +97,6 @@ else | |||
| 96 | </article> | 97 | </article> |
| 97 | </section> | 98 | </section> |
| 98 | </div> | 99 | </div> |
| 99 | <script src="detecteur.js"></script> | 100 | <!--<script src="detecteur.js"></script>--> |
| 100 | </body> | 101 | </body> |
| 101 | </html> | 102 | </html> |
