| 2 |
require_once "../lib/common.inc.php"; |
require_once "../lib/common.inc.php"; |
| 3 |
require_once "../lib/db_open.inc.php"; |
require_once "../lib/db_open.inc.php"; |
| 4 |
require_once "../bbs/session_init.inc.php"; |
require_once "../bbs/session_init.inc.php"; |
| 5 |
|
|
| 6 |
|
mysqli_close($db_conn); |
| 7 |
?> |
?> |
| 8 |
<html> |
<html> |
| 9 |
<head> |
<head> |
| 11 |
<title><? echo $BBS_name; ?> - 关于我们</title> |
<title><? echo $BBS_name; ?> - 关于我们</title> |
| 12 |
<link rel="stylesheet" href="css/default.css" type="text/css"> |
<link rel="stylesheet" href="css/default.css" type="text/css"> |
| 13 |
</head> |
</head> |
|
|
|
| 14 |
<body> |
<body> |
| 15 |
<center> |
<center> |
| 16 |
<? |
<? |
| 17 |
include "./head.inc.php"; |
include "./head.inc.php"; |
| 18 |
?> |
?> |
| 19 |
<table width="760" border="0" cellpadding="0" cellspacing="0"> |
<table width="1050" border="0" cellpadding="0" cellspacing="0"> |
| 20 |
<tr height=20 bgcolor=#F3F9FC> |
<tr height="25" bgcolor=#F3F9FC> |
| 21 |
<td width="20"> </td> |
<td width="20"> </td> |
| 22 |
<td><? echo $BBS_name; ?> >> 关于我们</td> |
<td><? echo $BBS_name; ?> >> 关于我们</td> |
| 23 |
<td width="20"> </td> |
<td width="20"> </td> |
| 29 |
<td> </td> |
<td> </td> |
| 30 |
</tr> |
</tr> |
| 31 |
</table> |
</table> |
| 32 |
<table width="760" border="0" cellpadding="0" cellspacing="0"> |
<table width="1050" border="0" cellpadding="0" cellspacing="0"> |
| 33 |
<tr> |
<tr> |
| 34 |
<td width="10%"></td> |
<td width="10%"></td> |
| 35 |
<td width="80%" align="center"> |
<td width="80%" align="center"> |