header footer

This commit is contained in:
2025-12-08 17:28:27 +01:00
parent 8ee7913c04
commit ca4115eb91
4 changed files with 35 additions and 57 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<footer class="pf-footer">
<div class="pf-container">
<small>&copy; <?= date('Y') ?> PachaFamily</small>
<small>&copy; <?php echo date('Y'); ?> PachaFamily</small>
</div>
</footer>
</body>