appstore/apps/discuz/3.4/data/source/archiver/common/footer.php
2023-06-13 22:32:52 +08:00

17 lines
512 B
PHP

<?php
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
?>
<br />
<center>
<?php echo adshow('footerbanner//1').adshow('footerbanner//2').adshow('footerbanner//3'); ?>
<div id="footer">
Powered by <strong><a target="_blank" href="https://www.discuz.vip">Discuz! <?php echo $_G['setting']['version']; ?> Archiver</a></strong> &nbsp; &copy; 2001-2023 <a href="https://code.dismall.com" target="_blank">Discuz! Team</a>.
<br />
<br />
</div>
</center>
</body>
</html>
<?php output(); ?>