diff --git a/bbs/board.php b/bbs/board.php index 9098c359c..231338f36 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 ed7de8713..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} -#side_nb {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 02ed55ba8..9b3cc7460 100644 --- a/head.php +++ b/head.php @@ -155,10 +155,10 @@ if ($config['cf_include_head']) {
-
+
+

diff --git a/head.sub.php b/head.sub.php index f802f1d26..94afc69eb 100644 --- a/head.sub.php +++ b/head.sub.php @@ -10,7 +10,7 @@ if (!isset($g4['title'])) { } else { $g4_head_title = $g4['title']; // 상태바에 표시될 제목 - $g4_head_title .= " : ".$config['cf_title']; + $g4_head_title .= " | ".$config['cf_title']; } // 현재 접속자 diff --git a/mobile/head.php b/mobile/head.php index 6d79e2ece..a9f0004a5 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -94,9 +94,9 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
-
+
+

diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index d9ae09446..f709b3873 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -9,7 +9,7 @@ if ($is_good) $colspan++; if ($is_nogood) $colspan++; ?> -

+

diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 487d839b5..a68bfd0bb 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -3,7 +3,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?> -

+