사용자: 버그게시판 내용 처리 - 사노라가노라님

This commit is contained in:
whitedot
2013-07-04 09:17:10 +09:00
parent f7d12b8a8d
commit b2fab9ebd1
4 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@
/* 게시판 목록 */
#bo_list_title {margin-bottom:20px;font-size:1.2em;letter-spacing:-0.1em}
#bo_cate h2 {position:absolute;;font-size:0;line-height:0;overflow:hidden}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}

View File

@ -12,7 +12,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
<header>
<h1 id="bo_v_title">
<?php
if ($category_name) echo ($category_name ? $view['ca_name'].' | ' : ''); // 분류 출력 끝
if ($category_name) echo $view['ca_name'].' | '; // 분류 출력 끝
echo cut_str(get_text($view['wr_subject']), 70); // 글제목 출력
?>
</h1>