This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/page-blocks/footer.php

6 lines
125 B
PHP
Raw Normal View History

2022-09-18 20:45:15 +01:00
<?php
2022-09-19 20:30:15 +01:00
include "./php/version.php";
2022-09-20 19:29:59 +01:00
echo "<footer>"
echo "<p>Created by Fred Boniface - v$athenaVersion</p>"
echo "</footer>"