2025-02-18 17:11:09 +01:00
|
|
|
<?php if (!$page->is(page('lettre')) && !$page->is(page('a-propos'))): ?>
|
|
|
|
|
<footer id="main-footer">
|
|
|
|
|
<ul id="links">
|
2026-02-17 18:10:04 +01:00
|
|
|
<?php if ($page->hasToc()): ?>
|
2026-03-28 16:32:27 +01:00
|
|
|
<li class="footer-btn-wrapper side-panel-button-wrapper hidden">
|
2026-03-28 09:28:47 +01:00
|
|
|
<button class="plus" data-open-panel="side-panel" data-view="toc" title="ouvrir la table des matières">sommaire</button>
|
|
|
|
|
</li>
|
2026-02-17 17:32:27 +01:00
|
|
|
<?php endif ?>
|
2026-03-28 09:28:47 +01:00
|
|
|
<li class="footer-btn-wrapper hidden">
|
|
|
|
|
<button class="plus" data-open-panel="side-panel" data-view="nav" title="chercher parmi les textes">textes</button>
|
|
|
|
|
</li>
|
2025-02-18 17:11:09 +01:00
|
|
|
<li>
|
|
|
|
|
<a href="/lettre" id="subscribe-btn" class="plus">
|
|
|
|
|
s'inscrire
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
2026-02-20 17:13:42 +01:00
|
|
|
<a href="<?= $site->find('a-propos')->url() ?>">
|
2025-02-18 17:11:09 +01:00
|
|
|
à propos
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</footer>
|
2026-02-20 17:13:42 +01:00
|
|
|
<?php endif ?>
|
2025-02-18 17:11:09 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|