63 lines
2 KiB
PHP
63 lines
2 KiB
PHP
<?php
|
|
/* Smarty version 5.7.0, created on 2026-02-09 13:26:33
|
|
from 'file:views/_partial/footer.tpl' */
|
|
|
|
/* @var \Smarty\Template $_smarty_tpl */
|
|
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
|
|
'version' => '5.7.0',
|
|
'unifunc' => 'content_6989e0893afd86_56926620',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'b1b065356827f03a32a2809f87f59bd19d86da99' =>
|
|
array (
|
|
0 => 'views/_partial/footer.tpl',
|
|
1 => 1770634036,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
))) {
|
|
function content_6989e0893afd86_56926620 (\Smarty\Template $_smarty_tpl) {
|
|
$_smarty_current_dir = 'C:\\wamp64\\www\\DWWM_2025\\projet2\\views\\_partial';
|
|
?>
|
|
<footer class="footer container-fluid d-flex justify-content-around">
|
|
<div class="col-3">
|
|
<ul>
|
|
<li><a href="#">Découvrir</a>
|
|
<li><a href="#">Customisation</a>
|
|
<li><a href="#">Emploi</a>
|
|
<li><a href="#">A propos</a>
|
|
</ul>
|
|
</div>
|
|
<div class="col-3">
|
|
<ul>
|
|
<li><a href="#">Recruter</a>
|
|
<li><a href="#">Partenariat</a>
|
|
<li><a href="#">Blog</a>
|
|
<li><a href="#">Aide et support</a>
|
|
</ul>
|
|
</div>
|
|
<div class="col-3">
|
|
<ul>
|
|
<li><a href="#">Politique de confidentialité</a>
|
|
<li><a href="#">Politique sur les données</a>
|
|
<li><a href="#">CGU</a>
|
|
<li><a href="#">CGV</a>
|
|
</ul>
|
|
</div>
|
|
<div class="col-3">
|
|
<p>Suivez-nous</p>
|
|
</div>
|
|
</footer>
|
|
<?php echo '<script'; ?>
|
|
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"><?php echo '</script'; ?>
|
|
>
|
|
<?php echo '<script'; ?>
|
|
src="js/scripts.js"><?php echo '</script'; ?>
|
|
>
|
|
</body>
|
|
</html><?php }
|
|
}
|