분류 출력부분에서 사용되지 않는 form 태그 삭제

This commit is contained in:
chicpro
2013-11-01 11:53:02 +09:00
parent 77680ff29f
commit 70560cd537
4 changed files with 0 additions and 8 deletions

View File

@ -17,14 +17,12 @@ if ($is_nogood) $colspan++;
<div id="bo_list<?php if ($is_admin) echo "_admin"; ?>">
<?php if ($is_category) { ?>
<form name="fcategory" id="fcategory" method="get">
<nav id="bo_cate">
<h2><?php echo $board['bo_subject'] ?> 카테고리</h2>
<ul id="bo_cate_ul">
<?php echo $category_option ?>
</ul>
</nav>
</form>
<?php } ?>
<div class="bo_fx">

View File

@ -12,14 +12,12 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php');
<div id="bo_gall">
<?php if ($is_category) { ?>
<form name="fcategory" id="fcategory" method="get">
<nav id="bo_cate">
<h2><?php echo $board['bo_subject'] ?> 카테고리</h2>
<ul id="bo_cate_ul">
<?php echo $category_option ?>
</ul>
</nav>
</form>
<?php } ?>
<div class="bo_fx">

View File

@ -18,14 +18,12 @@ if ($is_nogood) $colspan++;
<!-- 게시판 카테고리 시작 { -->
<?php if ($is_category) { ?>
<form name="fcategory" id="fcategory" method="get">
<nav id="bo_cate">
<h2><?php echo $board['bo_subject'] ?> 카테고리</h2>
<ul id="bo_cate_ul">
<?php echo $category_option ?>
</ul>
</nav>
</form>
<?php } ?>
<!-- } 게시판 카테고리 끝 -->

View File

@ -11,14 +11,12 @@ include_once(G5_LIB_PATH.'/thumbnail.lib.php');
<div id="bo_gall" style="width:<?php echo $width; ?>">
<?php if ($is_category) { ?>
<form name="fcategory" id="fcategory" method="get">
<nav id="bo_cate">
<h2><?php echo $board['bo_subject'] ?> 카테고리</h2>
<ul id="bo_cate_ul">
<?php echo $category_option ?>
</ul>
</nav>
</form>
<?php } ?>
<div class="bo_fx">