사용자: 게시판스킨 읽기 글제목의 분류 스타일

This commit is contained in:
whitedot
2013-01-28 18:16:06 +09:00
parent b6a29efc1b
commit 7fe31770b3
3 changed files with 11 additions and 3 deletions

View File

@ -159,7 +159,7 @@ if ($is_nogood) $colspan++;
<!-- 페이지 -->
<? echo $write_pages; ?>
<p>
<p class="pg_total">
<span>Total <?=number_format($total_count)?>건</span>
<?=$page?> 페이지
</p>

View File

@ -5,7 +5,12 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<p id="bo_v_title"><strong><?=$board['bo_subject']?></strong></p>
<div id="bo_v" class="cbg">
<h1 id="bo_v_h1"><? if ($is_category) { ?> <?=($category_name ? "{$view['ca_name']} " : "");?><? } ?><?=cut_hangul_last(get_text($view['wr_subject']))?></h1>
<h1 id="bo_v_h1">
<? if ($is_category) { // 분류가 있다면?>
<span><?=($category_name ? "{$view['ca_name']} " : "");?></span>
<? } // 분류 출력 끝 ?>
<?=cut_hangul_last(get_text($view['wr_subject'])) // 글제목 출력?>
</h1>
<section id="bo_v_info">
<h2>게시물 정보</h2>