-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathfooter.php
56 lines (51 loc) · 2.31 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
?>
<footer id="footer" class="gray text-center footer-1">
<div class="container">
<p class="footer-logo">
<img class="retina" src="<?php $this->options->themeUrl('img/logo.png'); ?>" alt=""/>
</p>
<div class="sub-title"><?php $this->options->description() ?></div>
<div class="copyright">
© <?php echo date("Y"); ?> <a
href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a>. <a
href="https://beian.miit.gov.cn/"><?php $this->options->icp(); ?></a>
</div>
<div class="copyright-sub-title text-uppercase">
<span>Powered by <a href="http://www.typecho.org/" rel="nofollow" target="_blank">Typecho</a> | Theme by <a
href="https://github.com/fordes123/typecho-theme-pic-r" target="_blank">Pir</a> </span>
</div>
</div>
</footer>
</div>
<style>
.page-load-status {
display: none;
text-align: center;
}
.loader-ellips {
font-size: 20px;
width: auto;
position: initial;
}
</style>
<!-- inject:js -->
<script src="//lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/2.2.3/jquery.min.js"
type="application/javascript"></script>
<script src="//lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/twitter-bootstrap/3.4.0/js/bootstrap.min.js"
type="application/javascript"></script>
<script src="//lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/fancybox/3.5.7/jquery.fancybox.min.js"
type="application/javascript"></script>
<script src="//lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/masonry/4.2.2/masonry.pkgd.min.js"
type="application/javascript"></script>
<script src="//lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery.imagesloaded/5.0.0/imagesloaded.pkgd.min.js"
type="application/javascript"></script>
<?php if (!($this->is('post') || $this->is('page'))) : ?>
<script src="//lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery-infinitescroll/4.0.1/infinite-scroll.pkgd.min.js"></script>
<?php endif; ?>
<script src="<?php $this->options->themeUrl('./js/menuzord.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('./js/scripts.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('./js/lazyload.js'); ?>"></script>
</body>
</html>