| 33 |
$username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); |
$username = htmlspecialchars($article["username"], ENT_HTML401, 'UTF-8'); |
| 34 |
$nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8'); |
$nickname = htmlspecialchars($article["nickname"], ENT_HTML401, 'UTF-8'); |
| 35 |
$level = user_level($article["exp"]); |
$level = user_level($article["exp"]); |
| 36 |
$content = LML($article["content"], true, false, 1024); |
$content = LML($article["content"], true, false, 130); |
| 37 |
|
|
| 38 |
$transship_info = ""; |
$transship_info = ""; |
| 39 |
if ($article["transship"]) |
if ($article["transship"]) |
| 60 |
<Length>{$article["length"]}</Length> |
<Length>{$article["length"]}</Length> |
| 61 |
<Visible>{$article["visible"]}</Visible> |
<Visible>{$article["visible"]}</Visible> |
| 62 |
</Article> |
</Article> |
| 63 |
|
|
| 64 |
HTML; |
HTML; |
| 65 |
} |
} |
| 66 |
|
|