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-09-11 20:12:29 +02:00

20 lines
420 B
PHP

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