From f5b91d5e4a72ab430995ebe79ba0c6d2bc8e7c7d Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 29 Mar 2013 10:31:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90,=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC:=20aside=20id=20=EC=B2=98=EB=A6=AC=20=EB=B0=8F=20#416?= =?UTF-8?q?=20=EC=97=90=20=EB=94=B0=EB=A5=B8=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20=ED=83=80=EC=9D=B4=ED=8B=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/board.php | 4 ++-- css/default.css | 2 +- head.php | 2 +- mobile/head.php | 2 +- skin/board/basic/list.skin.php | 2 +- skin/board/gallery/list.skin.php | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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']) {
-