forked from mashirozx/sakura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
172 lines (171 loc) · 6.39 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Sakura
*/
?>
</div><!-- #content -->
<?php
if(akina_option('general_disqus_plugin_support')){
get_template_part('layouts/duoshuo');
}else{
comments_template('', true);
}
?>
</div><!-- #page Pjax container-->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<div class="footertext">
<div class="img-preload">
<img src="https://cdn.jsdelivr.net/gh/moezx/[email protected]/img/Sakura/images/wordpress-rotating-ball-o.svg">
<img src="https://cdn.jsdelivr.net/gh/moezx/[email protected]/img/Sakura/images/disqus-preloader.svg">
</div>
<p style="color: #666666;"><?php echo akina_option('footer_info', ''); ?></p>
</div>
<div class="footer-device">
<p style="font-family: 'Ubuntu', sans-serif;">
<span style="color: #b9b9b9;">
<?php /* 能保留下面两个链接吗?算是我一个小小的心愿吧~ */ ?>
Theme <a href="https://2heng.xin/theme-sakura/" target="_blank" style="color: #b9b9b9;;text-decoration: underline dotted rgba(0, 0, 0, .1);">Sakura</a> <i class="iconfont icon-sakura rotating" style="color: #ffc0cb;display:inline-block"></i> by <a href="https://2heng.xin/" target="_blank" style="color: #b9b9b9;;text-decoration: underline dotted rgba(0, 0, 0, .1);">Mashiro</a>
</span>
</p>
</div>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<div class="openNav no-select">
<div class="iconflat no-select">
<div class="icon"></div>
</div>
<div class="site-branding">
<?php if (akina_option('akina_logo')){ ?>
<div class="site-title"><a href="<?php bloginfo('url');?>" ><img src="<?php echo akina_option('akina_logo'); ?>"></a></div>
<?php }else{ ?>
<h1 class="site-title"><a href="<?php bloginfo('url');?>" ><?php bloginfo('name');?></a></h1>
<?php } ?>
</div>
</div><!-- m-nav-bar -->
</section><!-- #section -->
<!-- m-nav-center -->
<div id="mo-nav">
<div class="m-avatar">
<?php $ava = akina_option('focus_logo') ? akina_option('focus_logo') : get_template_directory_uri().'/images/avatar.jpg'; ?>
<img src="<?php echo $ava ?>">
</div>
<div class="m-search">
<form class="m-search-form" method="get" action="<?php echo home_url(); ?>" role="search">
<input class="m-search-input" type="search" name="s" placeholder="<?php _e('搜索...', 'akina') ?>" required>
</form>
</div>
<?php wp_nav_menu( array( 'depth' => 2, 'theme_location' => 'primary', 'container' => false ) ); ?>
</div><!-- m-nav-center end -->
<a href="#" class="cd-top faa-float animated "></a>
<button onclick="topFunction()" id="moblieGoTop" title="Go to top"><i class="fa fa-chevron-up" aria-hidden="true"></i></button>
<!-- search start -->
<form class="js-search search-form search-form--modal" method="get" action="<?php echo home_url(); ?>" role="search">
<div class="search-form__inner">
<div>
<p class="micro mb-"><?php _e('想要找点什么呢?', 'akina') ?></p>
<i class="iconfont icon-search"></i>
<input class="text-input" type="search" name="s" placeholder="<?php _e('Search', 'akina') ?>" required>
</div>
</div>
<div class="search_close"></div>
</form>
<!-- search end -->
<?php wp_footer(); ?>
<?php if(akina_option('site_statistics')){ ?>
<div class="site-statistics">
<script type="text/javascript"><?php echo akina_option('site_statistics'); ?></script>
</div>
<?php } ?>
<div class="changeSkin-gear no-select">
<div class="keys">
<span id="open-skinMenu">
<i class="iconfont icon-gear inline-block rotating"></i> 切换主题 | SCHEME TOOL
</span>
</div>
</div>
<div class="skin-menu no-select">
<div class="theme-controls row-container">
<ul class="menu-list">
<li id="white-bg">
<i class="fa fa-television" aria-hidden="true"></i>
</li><!--Default-->
<li id="sakura-bg">
<i class="iconfont icon-sakura"></i>
</li><!--Sakura-->
<li id="gribs-bg">
<i class="fa fa-slack" aria-hidden="true"></i>
</li><!--Grids-->
<li id="KAdots-bg">
<i class="iconfont icon-dots"></i>
</li><!--Dots-->
<li id="totem-bg">
<i class="fa fa-superpowers" aria-hidden="true"></i>
</li><!--Orange-->
<li id="pixiv-bg">
<i class="iconfont icon-pixiv"></i>
</li><!--Start-->
<li id="bing-bg">
<i class="iconfont icon-bing"></i>
</li><!--Bing-->
<li id="dark-bg">
<i class="fa fa-moon-o" aria-hidden="true"></i>
</li><!--Night-->
</ul>
</div>
<div class="font-family-controls row-container">
<button type="button" class="control-btn-serif selected" data-mode="serif"
onclick="mashiro_global.font_control.change_font()">Serif</button>
<button type="button" class="control-btn-sans-serif" data-mode="sans-serif"
onclick="mashiro_global.font_control.change_font()">Sans Serif</button>
</div>
</div>
<canvas id="night-mode-cover"></canvas>
<?php if (akina_option('playlist_id', '')): ?>
<div id="aplayer-float" style="z-index: 100;"
class="aplayer"
data-id="<?php echo akina_option('playlist_id', ''); ?>"
data-server="netease"
data-type="playlist"
data-fixed="true"
data-theme="orange">
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Meting.min.js"></script>
<style>.skin-menu{left:auto;right:10px;}.changeSkin-gear{left:auto;right:5px;}</style>
<?php endif; ?>
<?php
if (akina_option('adobe_id_1', '')) {
$adobe = rand(0,2);
switch ($adobe) {
case 0:
$adobe_id = akina_option('adobe_id_1', '');
break;
case 1:
if (akina_option('adobe_id_2', '')) {
$adobe_id = akina_option('adobe_id_2', '');
} else {
$adobe_id = akina_option('adobe_id_1', '');
}
break;
default:
if (akina_option('adobe_id_3', '')) {
$adobe_id = akina_option('adobe_id_3', '');
} else {
$adobe_id = akina_option('adobe_id_1', '');
}
}
if(!wp_is_mobile()):
?>
<script src="https://use.typekit.net/<?php echo $adobe_id; ?>.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<?php
endif;
} ?>
</body>
</html>