16 lines
409 B
PHP
16 lines
409 B
PHP
|
<div class="footer">
|
||
|
Powered by Chie<br/>
|
||
|
© <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>
|