This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
stafett-for-livet/template/_footer.php
2021-10-09 21:11:59 +02:00

21 lines
430 B
PHP

<?php
include_once("templateParameters.php");
if ($templateParameters["render"] === FALSE) {
return;
}
?>
</main>
</div>
</div>
<footer>
<div class="footer">
<div class="inner">
<small>Kopieringsrettigheter © 2021-2022 <a target="_blank" href="http://willy.club">WillySoft Solutions</a></small>
</div>
</div>
</footer>
</body>
</html>