-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
22 lines (22 loc) · 929 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
<footer class="site-footer clearfix ">
<section class="copyright "><b><a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a> © <?php echo date("Y"); ?></b></section>
<section><b>主题作者 <a href="https://www.bayun.org" target="_blank">八云酱</a></b></section>
</footer>
<?php $this->footer(); ?>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/all.min.js'); ?>"></script>
<script>
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</body>
</html>