PHP-databaskonstruktion

Log | Files | Refs

commit f77eb2a5ce79cc253cb2b3c39bce6c9bdff75fb0
parent 79fa358cb2254c0bdbbf9bfdcdd51ff363272e0a
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Wed, 27 Sep 2023 21:55:30 +0000

footer now displaying year.

Diffstat:
Mutils/pageTemplate.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/pageTemplate.php b/utils/pageTemplate.php @@ -49,7 +49,7 @@ <footer class="footer py-3 bg-dark text-white text-center fixed-bottom"> <div class="container"> - <p>&copy;<?php date('Y');?> PUCKO-PORTAL. All rights reserved.</p> + <p>&copy;<?php echo date('Y');?> PUCKO-PORTAL. All rights reserved.</p> </div> </footer> </body> \ No newline at end of file