LRR/Footer.php

4 lines
110 B
PHP

<?php
echo "<p id='myfooter' class='text-center'>Copyright &copy; 2018-" . date("Y") . " The Authors</p>";
?>