Files
netwatch/app/templates/footer.php
2026-02-12 09:45:00 +01:00

20 lines
373 B
PHP

<?php
/**
* footer.php
*
* HTML-Footer, Scripts, evtl. Modale oder Notifications
* Wird am Ende jeder Seite eingebunden
*/
?>
</main>
<footer>
<p>&copy; <?php echo date('Y'); ?> Troy Grunt - NDT</p>
<!-- TODO: Optional: Statusanzeige, Debug-Info, Session-Hinweis -->
</footer>
<!-- TODO: evtl. JS für modale Fenster oder Flash Messages -->
</body>
</html>