|
|
|
@ -12,8 +12,8 @@
|
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
|
|
|
|
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
|
|
|
|
|
<link type="text/css" href="<?php echo $_ENV['CONTAINER_NAME']."/Views/CSS/styles.css"?>" rel="stylesheet" />
|
|
|
|
|
<link type="text/css" href="<?php echo $_ENV['CONTAINER_NAME']."/Views/CSS/stylesForm.css"?>" rel="stylesheet" />
|
|
|
|
|
<link type="text/css" href="Views/CSS/styles.css" rel="stylesheet" />
|
|
|
|
|
<link type="text/css" href="Views/CSS/stylesForm.css" rel="stylesheet" />
|
|
|
|
|
<link href="<?php echo $poppins; ?>" rel="stylesheet">
|
|
|
|
|
<link rel="shortcut icon" href="<?php echo $icon; ?>" type="image/x-icon">
|
|
|
|
|
<link rel="icon" href="<?php echo $icon; ?>" type="image/x-icon">
|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
|
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="<?php echo $_ENV['CONTAINER_NAME']."/index.php?action=GoToAddTestimony"?>">Témoignages</a>
|
|
|
|
|
<a class="nav-link" href="index.php?action=GoToAddTestimony">Témoignages</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
@ -102,9 +102,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
<br><br>
|
|
|
|
|
|
|
|
|
|
<footer class="py-5 bg-white">
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
<script src="<?php echo $jQueryMin; ?>"></script>
|
|
|
|
|
<script src="<?php echo $bundle4; ?>"></script>
|
|
|
|
|
<script src="<?php echo $bundle5; ?>"></script>
|
|
|
|
|