 |
|
 |
0)
echo " | ";
$num = $use_total_count - ($use_page - 1) * $use_page_rows - $i;
$star = get_star($row['is_score']);
$is_name = get_text($row['is_name']);
$is_subject = conv_subject($row['is_subject'],50,"…");
//$is_content = conv_content($row[is_content],0);
$is_content = $row['is_content'];
//$is_content = preg_replace_callback("# ]+>#iS", "g4_thumb", $is_content);
$thumb = new g4_thumb(G4_DATA_PATH.'/itemuse', 500);
$is_content = $thumb->run($is_content);
$is_time = substr($row['is_time'], 2, 14);
echo "
|
| {$is_content} |
|
";
if ($row[mb_id] == $member[mb_id])
{
//echo "수정 ";
echo "수정 ";
echo "삭제 ";
}
echo "
|
|
|
|
|
";
}
if (!$i)
{
echo "
|
이 상품에 대한 사용후기가 아직 없습니다.
사용후기를 작성해 주시면 다른 분들께 많은 도움이 됩니다. |
|
";
}
$use_pages = get_paging(10, $use_page, $use_total_page, "./item.php?it_id=$it_id&$qstr&use_page=", "#use");
if ($use_pages)
{
echo " | ";
echo "";
echo " | ";
echo "$use_pages | ";
echo " | ";
echo "";
}
?>
 |
|
 |
*/ ?>
|