Files
IWD2-02/INFO-1208 (PHP)/Labs/Lab 8/app/template/footer.php
T
2026-03-12 23:46:12 -04:00

14 lines
286 B
PHP

<!-- Footer -->
<footer class="siteFooter">
<p>
<strong>&copy; 2025</strong>l_mclean215318's Pizza. All rights reserved.
</p>
<?php
date_default_timezone_set("America/Toronto");
print(date("l F j, Y"));
?>
</footer>
<?php
ob_end_flush();
?>