Merge branch 'master' of github.com:gnuboard/g5

This commit is contained in:
whitedot
2013-11-01 13:20:24 +09:00
5 changed files with 1 additions and 8 deletions

View File

@ -18,6 +18,7 @@ if ($board['bo_use_category']) {
$category = trim($categories[$i]);
if ($category=='') continue;
$category_option .= '<li><a href="'.($category_href."&amp;sca=".urlencode($category)).'"';
$category_msg = '';
if ($category==$sca) { // 현재 선택된 카테고리라면
$category_option .= ' id="bo_cate_on"';
$category_msg = '<span class="sound_only">열린 분류 </span>';

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">