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
128 B
PHP

<?php
include "./php/version.php";
echo "<footer>";
echo "<p>Created by Fred Boniface - v$athenaVersion</p>";
echo "</footer>";