From 27d51bdaa1e71a2397f0eda22629503c43b2d7c8 Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 8 Jan 2013 16:36:14 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EA=B8=80=EC=93=B0?= =?UTF-8?q?=EA=B8=B0=20=EB=B3=B4=EA=B0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/write.php | 2 +- css/def.css | 3 +++ skin/board/neo/write.skin.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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(); // 최대 - +