Monday, January 06, 2025

updating copyright year in Moodle footer

Wanted to check if we can use php to automatically change the copyright year in Moodle footer, using the Moove theme. For example,

https://natclark.com/tutorials/php-automatic-copyright-notice/

<?php echo date('Y'); ?>

But no, when we add this to the footer via the Moove theme's UI, the footer displays the code instead of allowing php to parse it. So, updated manually.

No comments:

Post a Comment