diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index b957e5554..5b178b7ef 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -16,7 +16,6 @@ var char_max = parseInt(); // 최대 $comment_id = $list[$i]['wr_id']; $cmt_depth = ""; // 댓글단계 $cmt_depth = strlen($list[$i]['wr_comment_reply']) * 20; - if (strstr($list[$i]['wr_option'], "secret")) echo '비밀글'; $str = $list[$i]['content']; if (strstr($list[$i]['wr_option'], "secret")) $str = $str; @@ -38,7 +37,10 @@ var char_max = parseInt(); // 최대 -

+

+ ";?>
+ +

diff --git a/test.php b/test.php index 85b7cd4a4..07f7d788f 100644 --- a/test.php +++ b/test.php @@ -1,205 +1,12 @@ - - + - - Create a Custom Select Box with jQuery - Onextrapixel - - - - - - - -
- - -
- - -
- Option 1 - Option 2 - Option 3 -
-
-
- - + \ No newline at end of file