4 lines
88 B
PHP
4 lines
88 B
PHP
<?php
|
|
function insert_footer() {
|
|
echo "<footer>© Frederick Boniface 2022</footer>";
|
|
} |