✨ Story 1.3: templates php base
This commit is contained in:
19
templates/footer.php
Normal file
19
templates/footer.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Template Footer
|
||||
*/
|
||||
$currentYear = date('Y');
|
||||
?>
|
||||
<!-- Footer -->
|
||||
<footer class="bg-surface border-t border-border py-8 mt-auto">
|
||||
<div class="container-content text-center">
|
||||
<p class="text-text-muted text-sm">
|
||||
© <?= $currentYear ?> Portfolio. Tous droits réservés.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/assets/js/main.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user