/[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.23 - (show annotations)
Fri Apr 25 03:17:54 2025 UTC (10 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.22: +35 -29 lines
Refact

1 <?php
2 $user_tz = (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("e (\U\T\C P)");
3
4 // Log end time
5 $page_exec_duration = round((microtime(true) - $time_start) * 1000, 2);
6
7 echo <<<HTML
8 <table width="1050" border="0" cellpadding="0" cellspacing="0">
9 <tr>
10 <td height=5></td>
11 </tr>
12 <tr>
13 <td height=1 bgcolor=gray></td>
14 </tr>
15 <tr>
16 <td height=5></td>
17 </tr>
18 <tr height="20">
19 <td align="center">
20 <a href="about_us.php">关于我们</a> - <a href="contact_us.php">联系我们</a>
21 - <a href="privacy.php">隐私保护</a> - <a href="../bbs/get_help.htm">帮助信息</a>
22 </td>
23 </tr>
24 <tr height="20">
25 <td align="center">
26 <?= $BBS_name; ?> 版权所有
27 </td>
28 </tr>
29 <tr height="20">
30 <td align="center">
31 Copyright &copy; {$BBS_copyright_duration} {$BBS_host_name}, All rights reserved.<br />
32 用户时区设置:<a href="../bbs/update_pref.php" target=_blank>{$user_tz}</a><br />
33 页面运行使用{$page_exec_duration}毫秒
34 </td>
35 </tr>
36 </table>
37 HTML;
38 ?>

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