|
|
|
13년 전
|
조회 917
|
|
|
|
13년 전
|
조회 1,094
|
|
|
|
13년 전
|
조회 1,635
|
|
|
|
13년 전
|
조회 1,036
|
|
|
|
13년 전
|
조회 853
|
|
|
|
13년 전
|
조회 1,683
|
|
|
|
13년 전
|
조회 998
|
|
|
|
13년 전
|
조회 3,141
|
|
|
|
13년 전
|
조회 839
|
|
|
|
13년 전
|
조회 1,626
|
|
|
|
13년 전
|
조회 2,540
|
|
|
|
13년 전
|
조회 1,613
|
|
|
|
13년 전
|
조회 806
|
|
|
|
13년 전
|
조회 1,052
|
|
|
|
13년 전
|
조회 859
|
|
|
|
13년 전
|
조회 1,574
|
|
|
|
13년 전
|
조회 1,572
|
|
|
|
13년 전
|
조회 1,605
|
|
|
|
13년 전
|
조회 1,261
|
|
|
|
13년 전
|
조회 1,138
|
댓글 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이상으로 하시면 됩니다