Include footer test

This commit is contained in:
Fred Boniface 2022-09-18 20:45:15 +01:00
parent 41b0c63eb0
commit 82f394aa0b
2 changed files with 5 additions and 1 deletions

4
page-blocks/footer.php Normal file
View File

@ -0,0 +1,4 @@
<?php
include ./../php/version.php;
echo "<p>Created by Fred Boniface - v$athenaVersion</p>"
?>

View File

@ -110,7 +110,7 @@
<!-- Footer -->
<footer>
<p>Created by Fred Boniface - v0.4.0-devel</p>
<?php include ./../page-blocks/footer.php ?>
</footer>
</body>