-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathfooter.php
More file actions
87 lines (42 loc) · 1.63 KB
/
Copy pathfooter.php
File metadata and controls
87 lines (42 loc) · 1.63 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
</div>
</div>
<div id="footer">
<div id="footer-content" class="clear">
<div id="footer-content-left">
<?php if (!$this->options->navPosition): ?>
<nav id="nav-2">
<?php $this->need('nav.php'); ?>
</nav>
<?php endif; ?>
<p><?php $this->options->beian(); ?></p>
<p>©<?php $this->options->title(); ?> | <span id="site_runtime"></span></p>
<?php if ($this->options->upyun): ?>
<p>
<a id="youpaiyun" target="_blank" href="https://www.upyun.com/?utm_source=lianmeng&utm_medium=referral">
本网站由
<img src="<?php $this->options->themeUrl('IMG/'); ?>upyun.png" alt="又拍云">
提供CDN加速/云存储服务
</a>
</p>
<?php endif; ?>
</div>
</div>
<script src="<?php $this->options->themeUrl('JS/jquery.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('JS/jquery.pjax.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('JS/X.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('JS/clipboard.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('JS/prism.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('JS/toastr.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('JS/jquery.fancybox.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('JS/nprogress.js'); ?>"></script>
<?php $this->footer(); ?>
<script>
ajaxc();
PreFancybox();
show_site_runtime("<?php getBuildTime($this->options->builtTime);?>");
</script>
</div>
<div id="m_top">
<span><a href="#top"><i class="i gototop"></i></a></span>
</div>
</body>