|
|
|
13년 전
|
조회 919
|
|
|
|
13년 전
|
조회 1,096
|
|
|
|
13년 전
|
조회 1,638
|
|
|
|
13년 전
|
조회 1,046
|
|
|
|
13년 전
|
조회 855
|
|
|
|
13년 전
|
조회 1,687
|
|
|
|
13년 전
|
조회 1,002
|
|
|
|
13년 전
|
조회 3,145
|
|
|
|
13년 전
|
조회 840
|
|
|
|
13년 전
|
조회 1,629
|
|
|
|
13년 전
|
조회 2,542
|
|
|
|
13년 전
|
조회 1,613
|
|
|
|
13년 전
|
조회 808
|
|
|
|
13년 전
|
조회 1,057
|
|
|
|
13년 전
|
조회 860
|
|
|
|
13년 전
|
조회 1,576
|
|
|
|
13년 전
|
조회 1,573
|
|
|
|
13년 전
|
조회 1,606
|
|
|
|
13년 전
|
조회 1,264
|
|
|
|
13년 전
|
조회 1,140
|
댓글 1개
list.skin.php 에
<? if ($write_href) { ?><a href="<?=$write_href?>"><img src="<?=$board_skin_path?>/img/btn_write.gif" border='0'></a><? } ?>
<? if ($write_href) { ?><a href="<?=$write_href?>"><img src="<?=$board_skin_path?>/img/btn_write.gif" border='0'></a><?
}else{?><a href="<?=$g4[bbs_path]?>/write.php?bo_table=<?=$bo_table?>"><img src="<?=$board_skin_path?>/img/btn_write.gif" border='0'></a>
<?} ?>
하시면 되고
view.skin.php
<? if ($write_href) { echo "<a href=\"$write_href\"><img src='$board_skin_path/img/btn_write.gif' border='0' align='absmiddle'></a> "; }
else{
echo "<a href=\"$g4[bbs_path]/write.php?bo_table=$bo_table\"><img src='$board_skin_path/img/btn_write.gif' border='0' align='absmiddle'></a>
}
?>
로 변경해 주신후
글쓰기 레벨을 2이상으로 하시면 됩니다