불쌍한 질문 정보
그누보드 불쌍한 질문관련링크
본문
그림에서 붉은 색으로 동그라미를 친 부분은 보드의 리스트와 뷰 앞에 아래와 같이 처리한 부분입니다.
////
<table width=<?=$width?> align=center>
<tr>
<td>
<?
include "$board_skin/cat_config.php";
?>
<table width=100% align="center">
<tr>
<?
if(!$wr_id) {
?>
<td>
<form name=fcategory method=get action='<?="./"?>'>
<input type=hidden name=doc value='<?=$doc?>'>
-----바로 아래부분
<?=$bo_table?>
-----윗부분
<?
echo get_category($bo_table);
?>
</form>
<? } else { ?>
<? } ?>
</td>
</tr>
</table>
///////
붉은 표시가 된 이곳에 table 이름이 아니라 게시판이름이 나오게 할 수는 없는가요?
////
<table width=<?=$width?> align=center>
<tr>
<td>
<?
include "$board_skin/cat_config.php";
?>
<table width=100% align="center">
<tr>
<?
if(!$wr_id) {
?>
<td>
<form name=fcategory method=get action='<?="./"?>'>
<input type=hidden name=doc value='<?=$doc?>'>
-----바로 아래부분
<?=$bo_table?>
-----윗부분
<?
echo get_category($bo_table);
?>
</form>
<? } else { ?>
<? } ?>
</td>
</tr>
</table>
///////
붉은 표시가 된 이곳에 table 이름이 아니라 게시판이름이 나오게 할 수는 없는가요?
댓글 전체
만도님 감사합니다.
되는군요...^-^;;
되는군요...^-^;;