Files

9 lines
336 B
PHP
Raw Permalink Normal View History

2026-07-01 10:56:55 +00:00
</main>
<footer class="footer">
<?php if (isset($_SESSION['user_id'])): ?>
2026-07-02 10:14:49 +00:00
<a class="logout-button footer-logout" href="/php/logout.php">Se déconnecter</a>
2026-07-01 10:56:55 +00:00
<?php endif; ?>
<p>&copy; 2026 - Jean-François GIRAUD - Positions en bourse - Tous droits réservés</p>
</footer>
</body>
</html>