10 lines
395 B
PHP
10 lines
395 B
PHP
|
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||
|
<footer id="footer" class="footer">
|
||
|
<div class="copyright">
|
||
|
<span>© <?php $this->options->title() ?> | Powered by <a href="https://typecho.org" target="_blank">Typecho</a> | 移植 by <a href="https://imsun.org" target="_blank">Sun</a> </span>
|
||
|
</div>
|
||
|
<?php $this->options->tongji(); ?>
|
||
|
</footer>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|