사용자: #288 에 따른 처리, 게시판 댓글 비밀글 아이콘 출력

This commit is contained in:
whitedot
2013-02-19 14:20:13 +09:00
parent e3fe47bea2
commit e53fee5aae

View File

@ -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>