사용자: #288 에 따른 처리, 게시판 댓글 비밀글 아이콘 출력
This commit is contained in:
@ -39,7 +39,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
||||
|
||||
<!-- 댓글 출력 -->
|
||||
<p>
|
||||
<? if (strstr($list[$i]['wr_option'], "secret")) echo "<img src=\"\" alt=\"비밀글\"><br>";?>
|
||||
<? if (strstr($list[$i]['wr_option'], "secret")) echo "<img src=\"".$board_skin_url."/img/icon_secret.gif\" alt=\"비밀글\"><br>";?>
|
||||
<?=$str?>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user