diff --git a/bbs/board.php b/bbs/board.php index 9098c359c..40e98a31b 100644 --- a/bbs/board.php +++ b/bbs/board.php @@ -112,7 +112,7 @@ if (isset($wr_id) && $wr_id) { set_session($ss_name, TRUE); } - $g4['title'] = strip_tags(conv_subject($write['wr_subject'], 255)); + $g4['title'] = strip_tags(conv_subject($write['wr_subject'], 255))." > ".$board['bo_subject']; } else { if ($member['mb_level'] < $board['bo_list_level']) { if ($member['mb_id']) @@ -123,7 +123,7 @@ if (isset($wr_id) && $wr_id) { if (!isset($page) || (isset($page) && $page == 0)) $page = 1; - $g4['title'] = $board['bo_subject']; + $g4['title'] = $board['bo_subject']." ".$page." 페이지"; } include_once(G4_PATH.'/head.sub.php'); diff --git a/css/default.css b/css/default.css index 9c8e38266..d936b2055 100644 --- a/css/default.css +++ b/css/default.css @@ -110,7 +110,7 @@ a:active {color:#000;text-decoration:underline} #wrapper:after {display:block;visibility:hidden;clear:both;content:""} #wrapper_title {margin-bottom:20px;font-size:1.2em} -#wrapper aside {float:right;width:209px;border:1px solid #cfded8;background:#fff} +#wrapper #aside {float:right;width:209px;border:1px solid #cfded8;background:#fff} #container {z-index:4;position:relative;float:left;padding:25px 15px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #cfded8;background:#fff;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/head.php b/head.php index 5a8094c32..9b3cc7460 100644 --- a/head.php +++ b/head.php @@ -155,7 +155,7 @@ if ($config['cf_include_head']) {