-
Notifications
You must be signed in to change notification settings - Fork 5
/
footer.php
25 lines (25 loc) · 1019 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit;?>
<footer id="footer">
<!--底部输出独立页面-->
<br>
<nav>
<?php $this->widget('Widget_Contents_Page_List')->to($pages); ?>
<?php while($pages->next()): ?><a href="<?php $pages->permalink(); ?>"><?php $pages->title(); ?></a>
<?php endwhile; ?>
</nav>
© <?php _e(date('Y')) ?> <a href="<?php $this->options->siteurl(); ?>"><?php $this->options->title(); ?></a> | Powered by <a href="http://www.typecho.org" target="_blank">Typecho)))</a>
<?php if($this->options->miibeian) : ?>
<br><a href="http://www.miibeian.gov.cn" target="_blank" rel="nofollow"><?php echo $this->options->miibeian; ?></a>
<?php endif; ?>
</footer>
<?php $this->footer(); ?>
</div>
<script>
if (screen && screen.width > 480) {
document.write('<script type="text/javascript" color="102,185,255" opacity="50" zIndex="-2" count="99" src="//static.ffis.me/javascript/canvas-nest.min.js"><\/script>');
}
</script>
</body>
<!-- 统计代码 -->
<?php $this->options->statiStics()?>
</html>