| 1 |
<table width="1050" 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.htm">帮助信息</a>
|
| 15 |
</td>
|
| 16 |
</tr>
|
| 17 |
<tr height="20">
|
| 18 |
<td align="center">
|
| 19 |
<?= $BBS_name; ?> 版权所有
|
| 20 |
</td>
|
| 21 |
</tr>
|
| 22 |
<tr height="20">
|
| 23 |
<td align="center">
|
| 24 |
Copyright © <?= $BBS_copyright_duration; ?> <?= $BBS_host_name; ?>, All rights reserved.<br />
|
| 25 |
用户时区设置:<a href="../bbs/preference.php" target=_blank><?= (new DateTimeImmutable("", $_SESSION["BBS_user_tz"]))->format("e (\U\T\C P)"); ?></a><br />
|
| 26 |
<?php
|
| 27 |
// Log end time
|
| 28 |
echo "页面运行使用" . round((microtime(true) - $time_start) * 1000, 2) . "毫秒\n";
|
| 29 |
?>
|
| 30 |
</td>
|
| 31 |
</tr>
|
| 32 |
</table>
|