/[LeafOK_CVS]/fenglin/www/foot.inc.php
ViewVC logotype

Contents of /fenglin/www/foot.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.18 - (show annotations)
Sun Apr 13 03:29:02 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.17: +6 -1 lines
Refact

1 <table width="760" border="0" cellpadding="0" cellspacing="0">
2 <tr>
3 <td height=5></td>
4 </tr>
5 <tr>
6 <td height=1 bgcolor=gray></td>
7 </tr>
8 <tr>
9 <td height=5></td>
10 </tr>
11 <tr height="20">
12 <td align="center">
13 <a href="about_us.php">关于我们</a> - <a href="contact_us.php">联系我们</a>
14 - <a href="privacy.php">隐私保护</a> - <a href="/bbs/get_help.php">帮助信息</a>
15 </td>
16 </tr>
17 <tr height="20">
18 <td align="center">
19 <? echo $BBS_name; ?> 版权所有
20 </td>
21 </tr>
22 <tr height="20">
23 <td align="center">
24 Copyright &copy; <? echo $BBS_copyright_duration; ?> <? echo $BBS_host_name; ?>, All rights reserved.<br />
25 用户时区设置:<a href="../bbs/preference.php" target=_blank><? echo (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("e (\U\T\C P)"); ?></a><br />
26 <?
27 // Log end time
28 echo "页面运行使用" . round((microtime(true) - $time_start) * 1000, 2) . "毫秒\n";
29 ?>
30 </td>
31 </tr>
32 </table>
33
34 <script type="text/javascript">
35 google_ad_client = "ca-pub-3013347141025996";
36 google_ad_slot = "4487946179";
37 google_ad_width = 728;
38 google_ad_height = 90;
39 </script>
40 <!-- fenglin_www_footer -->
41 <script type="text/javascript"
42 src="//pagead2.googlesyndication.com/pagead/show_ads.js">
43 </script>
44
45 <!-- Google Analytics -->
46 <script type="text/javascript">
47 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
48 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
49 </script>
50 <script type="text/javascript">
51 try {
52 var pageTracker = _gat._getTracker("UA-626348-2");
53 pageTracker._setDomainName(".fenglin.info");
54 pageTracker._trackPageview();
55 } catch(err) {}</script>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1