-
Notifications
You must be signed in to change notification settings - Fork 6
/
footer.php
23 lines (18 loc) · 1.2 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
<!-- 底部文件开始 -->
<table width="1280" height="88" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DE0023" style='margin-top:5px;'>
<tr>
<td width="120" >
<img src="<?php bloginfo('template_url'); ?>/images/wechat-qrcode.png" style="margin: 20px;width: 60px">
</td>
<td width="1200" class="white12">
<p style="margin: 0">版权所有:共青团东北大学委员会 | 地址:辽宁省沈阳市和平区文化路三巷11号 | 月访问量:<?php echo wp_statistics_visit('month');?>次 | 总访问量:<?php echo wp_statistics_visit('total');?>次</p>
<p style="margin: 0">设计运维:校团委先锋网络中心 | 投稿邮箱:[email protected] | 辽ICP备05001360号</p>
</td>
<td width="300" >
<img src="<?php bloginfo('template_url'); ?>/images/footlogo.jpg" style="float: right">
</td>
</tr>
</table>
<!-- 底部文件结束 -->
</body>
</html>