/[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.20 - (show annotations)
Sun Apr 13 06:01:52 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.19: +0 -11 lines
Update

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>

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