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

17 lines
340 B
PHP
Raw Normal View History

2021-09-06 07:04:29 +00:00
<?php
if ($templateParameters["render"] === false) {
return;
}
?>
2021-08-30 15:17:53 +00:00
</main>
</div>
</div>
<footer>
<div class="footer-inner">
2021-08-31 06:23:56 +00:00
<small>Kopieringsrettigheter © 2021-2022 <a target="_blank" href="http://willy.club">WillySoft Solutions</a></small>
2021-08-30 15:17:53 +00:00
</div>
</footer>
</body>
</html>