사용자: #304 에 따른 처리
This commit is contained in:
@ -11,6 +11,9 @@ if ($is_nogood) $colspan++;
|
|||||||
|
|
||||||
<? if (!$wr_id) {?><h1 id="bo_list_title"><?=$g4['title']?></h1><?}?>
|
<? if (!$wr_id) {?><h1 id="bo_list_title"><?=$g4['title']?></h1><?}?>
|
||||||
|
|
||||||
|
<!-- 게시판 목록 시작 -->
|
||||||
|
<div id="bo_list">
|
||||||
|
|
||||||
<? if ($is_category) { ?>
|
<? if ($is_category) { ?>
|
||||||
<form id="fcategory" name="fcategory" method="get">
|
<form id="fcategory" name="fcategory" method="get">
|
||||||
<nav id="bo_cate">
|
<nav id="bo_cate">
|
||||||
@ -37,8 +40,6 @@ if ($is_nogood) $colspan++;
|
|||||||
<? } ?>
|
<? } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 게시판 목록 시작 -->
|
|
||||||
<div id="bo_list">
|
|
||||||
<form id="fboardlist" name="fboardlist" method="post" action="./board_list_update.php" onsubmit="return fboardlist_submit(this);">
|
<form id="fboardlist" name="fboardlist" method="post" action="./board_list_update.php" onsubmit="return fboardlist_submit(this);">
|
||||||
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
|
<input type="hidden" name="bo_table" value="<?=$bo_table?>">
|
||||||
<input type="hidden" name="sfl" value="<?=$sfl?>">
|
<input type="hidden" name="sfl" value="<?=$sfl?>">
|
||||||
|
|||||||
Reference in New Issue
Block a user