This repository has been archived on 2021-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
chie/layout/footer.php

16 lines
409 B
PHP

<div class="footer">
Powered by Chie<br/>
&copy; <a href="https://flash.moe">Flashwave</a> 2019-<?=date('Y');?>
<?php
if(!empty($extendedFooter)) {
?>
<br/>
Theme inspired by <a href="https://www.phpbb.com/customise/db/style/darksky/">darksky</a> for phpBB by Skysect
<?php
}
?>
</div>
</div>
</body>
</html>