' . $sum . ' ' . _LANG_0135 . '
';
echo $str;
$sql = "select * from {$tablepre}xna_comment where feedid=$id order by cid ASC";
$rt = $PlusDB->execute($sql);
$n = 0;
while ($row = $rt->fetchRow()){
$n++;
$str1 = '
- ' . $n . ' ' . _LANG_0131 . '' . $row["user_name"] .
'' . _LANG_0132 . '' . $row["user_date"] . '
- ' . $row["comm_content"] . '
-
' . _LANG_0133 . '
(' . $row["support"] .
') ' . _LANG_0134 . '(' . $row["against"] .
')
';
echo $str1;
}
echo $str2 = '