diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index fa32fe089..b9463610e 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -46,12 +46,20 @@ var char_max = parseInt(=$comment_max?>); // 최대 "> - if($list[$i]['is_reply'] || $list[$i]['is_edit'] || $list[$i]['is_del']) { ?> + if($list[$i]['is_reply'] || $list[$i]['is_edit'] || $list[$i]['is_del']) { + $query_string = str_replace("&", "&", $_SERVER['QUERY_STRING']); + $sql = " select wr_id, wr_content from $write_table where wr_id = '$c_id' and wr_is_comment = '1' "; + $cmt = sql_fetch($sql); + $c_wr_content = $cmt['wr_content']; + + $c_reply_href = './board.php?'.$query_string.'&c_id='.$comment_id.'&w=c#bo_vc_w'; + $c_edit_href = './board.php?'.$query_string.'&c_id='.$comment_id.'&w=cu#bo_vc_w'; + ?> } ?> @@ -59,20 +67,20 @@ var char_max = parseInt(=$comment_max?>); // 최대 }?> if ($is_comment_write) { ?> -
-