forked from daixl2010/Typecho-Nesoft-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·28 lines (28 loc) · 1.3 KB
/
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
26
27
28
<div class="clearfix"></div>
<footer id="footer-no-top">
<div class="container">
<div class="copyrights pull-left">
Copyright © 2016 <a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title() ?></a> All rights reserved.
<div class="social pull-right">
<?php if($this->options->global_beian) : ?>
<a href="http://www.miibeian.gov.cn" rel="nofollow"><?php echo $this->options->global_beian; ?></a>
<?php endif; ?>
Theme By <a href="http://www.nesoft.cn" target="_blank">Nesoft</a>.
</div>
</div>
</footer>
<div class="go-up"><i class="fa fa-chevron-up"></i></div>
<?php $this->footer(); ?>
<script src="<?php $this->options->themeUrl('js/jquery.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/custom.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('inc/bootstrap/js/bootstrap.min.js'); ?>"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="<?php $this->options->themeUrl('js/html5shiv.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/respond.min.js'); ?>"></script>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="/css/font-awesome-ie7.min.css">
<![endif]-->
</body>
</html>