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

21 lines
438 B
PHP
Raw Normal View History

2021-09-06 07:04:29 +00:00
<?php
2021-10-09 20:01:18 +00:00
require_once(__DIR__ . "/../app/template.php");
2021-09-11 18:12:29 +00:00
if ($templateParameters["render"] === FALSE) {
2021-09-06 07:04:29 +00:00
return;
}
?>
2021-08-30 15:17:53 +00:00
</main>
</div>
</div>
<footer>
2021-10-09 19:11:59 +00:00
<div class="footer">
<div class="inner">
<small>Kopieringsrettigheter © 2021-2022 <a target="_blank" href="http://willy.club">WillySoft Solutions</a></small>
</div>
2021-08-30 15:17:53 +00:00
</div>
</footer>
</body>
</html>