diff --git a/css/default.css b/css/default.css index a5c3fbcba..8d2191b9b 100644 --- a/css/default.css +++ b/css/default.css @@ -3,7 +3,7 @@ /* 초기화 */ html {overflow-y:scroll} body {margin:0;padding:0;background:#f7f7f2;font-size:0.75em;font-family:"dotum"} -html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} +html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} diff --git a/head.sub.php b/head.sub.php index aa361b956..f26b0ebc5 100644 --- a/head.sub.php +++ b/head.sub.php @@ -4,8 +4,13 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 $begin_time = get_microtime(); -if (!isset($g4['title'])) +$g4_head_title = $g4['title']; // 상태바에 표시될 제목 +if (!isset($g4['title'])) { $g4['title'] = $config['cf_title']; + $g4_head_title = $g4['title']; +} +else + $g4_head_title .= " : ".$config['cf_title']; // 현재 접속자 //$lo_location = get_text($g4[title]); @@ -35,7 +40,7 @@ else $g4_css = "default"; -<?=$g4['title']?> +<?=$g4_head_title?> "> diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php index b957e5554..5dae055c1 100644 --- a/skin/board/neo/view_comment.skin.php +++ b/skin/board/neo/view_comment.skin.php @@ -16,7 +16,6 @@ var char_max = parseInt(); // 최대 $comment_id = $list[$i]['wr_id']; $cmt_depth = ""; // 댓글단계 $cmt_depth = strlen($list[$i]['wr_comment_reply']) * 20; - if (strstr($list[$i]['wr_option'], "secret")) echo '비밀글'; $str = $list[$i]['content']; if (strstr($list[$i]['wr_option'], "secret")) $str = $str; @@ -38,7 +37,10 @@ var char_max = parseInt(); // 최대 -

+

+
";?> + +

diff --git a/test.php b/test.php index 85b7cd4a4..07f7d788f 100644 --- a/test.php +++ b/test.php @@ -1,205 +1,12 @@ - - + - - Create a Custom Select Box with jQuery - Onextrapixel - - - - - - - -
- - -
- - -
- Option 1 - Option 2 - Option 3 -
-
-
- - + \ No newline at end of file