diff --git a/bbs/write.php b/bbs/write.php index 7d5bd3d47..805243f3e 100644 --- a/bbs/write.php +++ b/bbs/write.php @@ -175,7 +175,7 @@ if ($group['gr_use_access']) { } } -$g4['title'] = $title_msg.' > '.$board['bo_subject']; +$g4['title'] = $board['bo_subject']." ".$title_msg; $is_notice = false; $notice_checked = ''; diff --git a/css/def.css b/css/def.css index 8778998db..bd0c04332 100644 --- a/css/def.css +++ b/css/def.css @@ -275,6 +275,9 @@ h6 {margin:0 0 20px} .board_cate_link {display:inline-block;margin-right:10px;font-weight:bold} .td_subject img {margin-left:5px} +/* 게시판 쓰기 */ +#board_write caption {padding:0;height:0;overflow:hidden} + /* 우편번호 검색 */ #post_num dl {margin:0 auto 10px;padding:0;width:90%} #post_num dt {margin-bottom:15px} diff --git a/skin/board/neo/write.skin.php b/skin/board/neo/write.skin.php index f058bc016..bc77eb289 100644 --- a/skin/board/neo/write.skin.php +++ b/skin/board/neo/write.skin.php @@ -22,7 +22,7 @@ var char_max = parseInt(=$write_max?>); // 최대 -