diff --git a/adm/admin.head.php b/adm/admin.head.php index e2d25a1e9..0b227d486 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -164,8 +164,8 @@ function imageview(id, w, h)
- - - + + +

diff --git a/adm/admin.tail.php b/adm/admin.tail.php index b3827e495..f0f644e74 100644 --- a/adm/admin.tail.php +++ b/adm/admin.tail.php @@ -94,24 +94,17 @@ $(function(){ } }); - function submenu_hide() { - $(".gnb_1dli").removeClass("gnb_1dli_over gnb_1dli_over2 gnb_1dli_on"); - } - - // 텍스트 리사이즈 카운트 쿠키있으면 실행 - var resize_act; - var text_resize_count = parseInt(get_cookie("ck_font_resize_count")); - if(!isNaN(text_resize_count)) { - if(text_resize_count > 0) - resize_act = "increase"; - else if(text_resize_count < 0) - resize_act = "decrease"; - - if(Math.abs(text_resize_count) > 0) - font_resize2("container", resize_act, Math.abs(text_resize_count)); + // 폰트 리사이즈 쿠키있으면 실행 + var font_resize_act = get_cookie("ck_font_resize_act"); + if(font_resize_act != "") { + font_resize("container", font_resize_act); } }); +function submenu_hide() { + $(".gnb_1dli").removeClass("gnb_1dli_over gnb_1dli_over2 gnb_1dli_on"); +} + function menu_rearrange(el) { var width = $("#gnb_1dul").width(); diff --git a/bbs/logout.php b/bbs/logout.php index f3c5bff41..b62fb3af7 100644 --- a/bbs/logout.php +++ b/bbs/logout.php @@ -2,8 +2,8 @@ include_once('./_common.php'); // 이호경님 제안 코드 -session_unset(); // 모든 세션변수를 언레지스터 시켜줌 -session_destroy(); // 세션해제함 +session_unset(); // 모든 세션변수를 언레지스터 시켜줌 +session_destroy(); // 세션해제함 // 자동로그인 해제 -------------------------------- set_cookie('ck_mb_id', '', 0); @@ -16,7 +16,10 @@ if ($url) { alert('url에 도메인을 지정할 수 없습니다.'); } - $link = $url; + if($url == 'shop') + $link = G4_SHOP_URL; + else + $link = $url; } else if ($bo_table) { $link = G4_BBS_URL.'/board.php?bo_table='.$bo_table; } else { diff --git a/css/default.css b/css/default.css index 8eaea12f6..c5b781e48 100644 --- a/css/default.css +++ b/css/default.css @@ -63,7 +63,7 @@ a:active {color:#000;text-decoration:underline} .gnb_js .gnb_2dul {display:none;position:absolute;top:35px} .gnb_js .gnb_2da {display:inline-block;float:none !important;padding:0 10px;width:161px;text-align:left} .gnb_1dli_over .gnb_2dul {display:block;left:0;background:#fff} -.gnb_1dli_over2 .gnb_2dul {display:block;right:0;width:180px;background:#fff} +.gnb_1dli_over2 .gnb_2dul {display:block;right:1px;width:180px;background:#fff} .gnb_empty {width:100%;height:35px;text-align:center;line-height:2.95em} diff --git a/head.php b/head.php index ab05dc83b..cb9a4d3c9 100644 --- a/head.php +++ b/head.php @@ -23,6 +23,7 @@ if ($config['cf_include_head']) { } ?> +

@@ -164,9 +165,11 @@ if ($config['cf_include_head']) {
+
+
@@ -175,7 +178,7 @@ if ($config['cf_include_head']) {
- - - + + +
\ No newline at end of file diff --git a/index.php b/index.php index 546d4ba7e..cd599b6ee 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,8 @@ if ($config['cf_include_index']) { include_once('./_head.php'); ?> - +

최신글

+ 'mobile' order by b.gr_order, a.bo_order "; @@ -37,7 +38,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { - + 0) { - act = "decrease"; - } else { - act = "increase"; - // 작게 후 기본 크기가 되지 않는 문제해결을 위해 추가 - set_cookie("ck_font_resize_count", 0, 1, g4_cookie_domain); - } - - for(i=0; i 0) - resize_act = "increase"; - else if(text_resize_count < 0) - resize_act = "decrease"; - - if(Math.abs(text_resize_count) > 0) - font_resize2("container", resize_act, Math.abs(text_resize_count)); + // 폰트 리사이즈 쿠키있으면 실행 + var font_resize_act = get_cookie("ck_font_resize_act"); + if(font_resize_act != "") { + font_resize("container", font_resize_act); } }); +function submenu_hide() { + $(".gnb_1dli").removeClass("gnb_1dli_over gnb_1dli_over2 gnb_1dli_on"); +} + function menu_rearrange(el) { var width = $("#gnb_1dul").width(); diff --git a/mobile/shop/shop.head.php b/mobile/shop/shop.head.php index 843b00594..b9c1d2702 100644 --- a/mobile/shop/shop.head.php +++ b/mobile/shop/shop.head.php @@ -42,7 +42,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
    -
  • 로그아웃
  • +
  • 로그아웃
  • 로그인
  • diff --git a/shop/shop.head.php b/shop/shop.head.php index 3ad802d99..9382e4f5b 100644 --- a/shop/shop.head.php +++ b/shop/shop.head.php @@ -71,7 +71,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');

    회원메뉴 및 FAQ

      -
    • 로그아웃
    • +
    • 로그아웃
    • 정보수정
    • 로그인
    • diff --git a/skin/board/basic/list.skin.php b/skin/board/basic/list.skin.php index 59d016157..62246515a 100644 --- a/skin/board/basic/list.skin.php +++ b/skin/board/basic/list.skin.php @@ -13,9 +13,10 @@ if ($is_nogood) $colspan++;

      목록

      - +
      +
      + +
      Total @@ -41,6 +44,7 @@ if ($is_nogood) $colspan++;
+
@@ -156,6 +160,7 @@ if ($is_nogood) $colspan++; +
게시물 검색 @@ -178,6 +183,7 @@ if ($is_nogood) $colspan++;
+ - + diff --git a/skin/board/basic/style.css b/skin/board/basic/style.css index 22cf7fb3f..6f064dc09 100644 --- a/skin/board/basic/style.css +++ b/skin/board/basic/style.css @@ -55,7 +55,7 @@ #bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} #bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none} #bo_v_file img {float:left;margin:0 10px 0 0} -.bo_v_file_cnt {display:inline-block;margin:0 0 3px 22px} +.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px} #bo_v_link {} #bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} @@ -63,7 +63,7 @@ #bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} #bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} #bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none} -.bo_v_link_cnt {display:inline-block;margin:0 0 3px 22px} +.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px} #bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1} #bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/skin/board/basic/view.skin.php b/skin/board/basic/view.skin.php index ff5a50928..aedf0870b 100644 --- a/skin/board/basic/view.skin.php +++ b/skin/board/basic/view.skin.php @@ -5,6 +5,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); +
@@ -36,6 +37,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?> +

첨부파일

    @@ -59,11 +61,13 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?>
+ + + +
+

본문

@@ -137,11 +144,14 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } ?> +
+

+
스크랩 @@ -165,6 +175,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } } ?> +
+
-
+
+ - - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/board/basic/view_comment.skin.php b/skin/board/basic/view_comment.skin.php index bb68bbb84..7d941cc9c 100644 --- a/skin/board/basic/view_comment.skin.php +++ b/skin/board/basic/view_comment.skin.php @@ -8,7 +8,7 @@ var char_min = parseInt(); // 최소 var char_max = parseInt(); // 최대 - +

댓글목록

); // 최대 -

등록된 댓글이 없습니다.

+

등록된 댓글이 없습니다.

+ - + + + + \ No newline at end of file diff --git a/skin/board/basic/write.skin.php b/skin/board/basic/write.skin.php index 62b913c16..cec6ba51b 100644 --- a/skin/board/basic/write.skin.php +++ b/skin/board/basic/write.skin.php @@ -6,6 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

+
@@ -210,3 +211,4 @@ function fwrite_submit(f) return true; } + \ No newline at end of file diff --git a/skin/board/gallery/list.skin.php b/skin/board/gallery/list.skin.php index 19119d3f7..56d3e5626 100644 --- a/skin/board/gallery/list.skin.php +++ b/skin/board/gallery/list.skin.php @@ -7,7 +7,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');

목록

- +
@@ -150,6 +150,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); +
게시물 검색 @@ -172,6 +173,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php');
+ - + diff --git a/skin/board/gallery/style.css b/skin/board/gallery/style.css index c59f9ea0f..fd0f04abb 100644 --- a/skin/board/gallery/style.css +++ b/skin/board/gallery/style.css @@ -79,7 +79,7 @@ #bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} #bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none} #bo_v_file img {float:left;margin:0 10px 0 0} -.bo_v_file_cnt {display:inline-block;margin:0 0 3px 22px} +.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px} #bo_v_link {} #bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} @@ -87,7 +87,7 @@ #bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa} #bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word} #bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none} -.bo_v_link_cnt {display:inline-block;margin:0 0 3px 22px} +.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px} #bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1} #bo_v_top:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/skin/board/gallery/view.skin.php b/skin/board/gallery/view.skin.php index bfc24059f..aedf0870b 100644 --- a/skin/board/gallery/view.skin.php +++ b/skin/board/gallery/view.skin.php @@ -5,6 +5,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); +
@@ -36,6 +37,7 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?> +

첨부파일

    @@ -59,11 +61,13 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); ?>
+ + + +
+

본문

@@ -137,11 +144,14 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } ?> +
+

+
스크랩 @@ -165,10 +175,11 @@ include_once(G4_LIB_PATH.'/thumbnail.lib.php'); } } ?> +
- +
-
+
+ - - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/board/gallery/view_comment.skin.php b/skin/board/gallery/view_comment.skin.php index f0f0769ac..7d941cc9c 100644 --- a/skin/board/gallery/view_comment.skin.php +++ b/skin/board/gallery/view_comment.skin.php @@ -8,7 +8,7 @@ var char_min = parseInt(); // 최소 var char_max = parseInt(); // 최대 - +

댓글목록

); // 최대 -

등록된 댓글이 없습니다.

+

등록된 댓글이 없습니다.

+ - + + + + \ No newline at end of file diff --git a/skin/board/gallery/write.skin.php b/skin/board/gallery/write.skin.php index ca4e94033..cec6ba51b 100644 --- a/skin/board/gallery/write.skin.php +++ b/skin/board/gallery/write.skin.php @@ -6,6 +6,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

+
@@ -55,7 +56,7 @@ echo $option_hidden; - + @@ -91,7 +92,7 @@ echo $option_hidden; - @@ -101,7 +102,7 @@ echo $option_hidden; - + @@ -125,7 +126,7 @@ echo $option_hidden; - + @@ -145,7 +146,7 @@ echo $option_hidden;

- 작성하신 내용을 제출하시려면 글쓰기 버튼을, 작성을 취소하고 목록으로 돌아가시려면 취소 링크를 누르세요. + 작성하신 내용을 제출하시려면 글쓰기 버튼을, 작성을 취소하고 목록으로 돌아가시려면 취소 링크를 누르세요.

취소 @@ -153,34 +154,6 @@ echo $option_hidden; + \ No newline at end of file diff --git a/skin/connect/basic/current_connect.skin.php b/skin/connect/basic/current_connect.skin.php index aafbb14ca..4913abe9d 100644 --- a/skin/connect/basic/current_connect.skin.php +++ b/skin/connect/basic/current_connect.skin.php @@ -4,6 +4,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 + @@ -33,3 +34,4 @@ if ($i == 0) ?>
+ \ No newline at end of file diff --git a/skin/latest/basic/latest.skin.php b/skin/latest/basic/latest.skin.php index df33929b4..50a6417fd 100644 --- a/skin/latest/basic/latest.skin.php +++ b/skin/latest/basic/latest.skin.php @@ -4,8 +4,9 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 +
- +
  • @@ -39,3 +40,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
+ \ No newline at end of file diff --git a/skin/member/basic/formmail.skin.php b/skin/member/basic/formmail.skin.php index 864c2cb79..78275b6cf 100644 --- a/skin/member/basic/formmail.skin.php +++ b/skin/member/basic/formmail.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -93,4 +94,5 @@ function fformmail_submit(f) return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/login.skin.php b/skin/member/basic/login.skin.php index 5be38aaf0..46519e91b 100644 --- a/skin/member/basic/login.skin.php +++ b/skin/member/basic/login.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -54,4 +55,5 @@ function flogin_submit(f) { return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/member_confirm.skin.php b/skin/member/basic/member_confirm.skin.php index 7d347fc9b..be7b87908 100644 --- a/skin/member/basic/member_confirm.skin.php +++ b/skin/member/basic/member_confirm.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -44,4 +45,5 @@ function fmemberconfirm_submit(f) return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/memo.skin.php b/skin/member/basic/memo.skin.php index 76a0ad28c..16aaa59a9 100644 --- a/skin/member/basic/memo.skin.php +++ b/skin/member/basic/memo.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -45,4 +46,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/memo_form.skin.php b/skin/member/basic/memo_form.skin.php index d12354bd8..2337e316b 100644 --- a/skin/member/basic/memo_form.skin.php +++ b/skin/member/basic/memo_form.skin.php @@ -2,10 +2,11 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
-

쪽지보내기

+

쪽지 보내기

  • 받은쪽지
  • @@ -56,4 +57,5 @@ function fmemoform_submit(f) return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/memo_view.skin.php b/skin/member/basic/memo_view.skin.php index 717921c54..7f7c903e3 100644 --- a/skin/member/basic/memo_view.skin.php +++ b/skin/member/basic/memo_view.skin.php @@ -11,16 +11,19 @@ else { } ?> +

    + +
    -
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/password.skin.php b/skin/member/basic/password.skin.php index d9b04b85f..86777bea9 100644 --- a/skin/member/basic/password.skin.php +++ b/skin/member/basic/password.skin.php @@ -7,6 +7,7 @@ else if ($w == 'd' || $w == 'x') $g4['title'] = $delete_str."글 삭제"; else $g4['title'] = $g4['title']; ?> +
@@ -45,3 +46,4 @@ else $g4['title'] = $g4['title'];
+ \ No newline at end of file diff --git a/skin/member/basic/password_lost.skin.php b/skin/member/basic/password_lost.skin.php index 67564ec81..323d59fda 100644 --- a/skin/member/basic/password_lost.skin.php +++ b/skin/member/basic/password_lost.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -41,4 +42,5 @@ $(function() { var left = sw / 2 - cw / 2; moveTo(left, top); }); - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/member/basic/profile.skin.php b/skin/member/basic/profile.skin.php index a2a45fdbe..efdf20024 100644 --- a/skin/member/basic/profile.skin.php +++ b/skin/member/basic/profile.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -42,4 +43,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/register.skin.php b/skin/member/basic/register.skin.php index 8a06f9135..e0071551b 100644 --- a/skin/member/basic/register.skin.php +++ b/skin/member/basic/register.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -49,3 +50,4 @@ function fregister_submit(f) return true; } + \ No newline at end of file diff --git a/skin/member/basic/register_form.skin.php b/skin/member/basic/register_form.skin.php index 0047cf784..ac5c1f9ae 100644 --- a/skin/member/basic/register_form.skin.php +++ b/skin/member/basic/register_form.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> + @@ -391,3 +392,4 @@ function fregisterform_submit(f) return true; } + diff --git a/skin/member/basic/register_result.skin.php b/skin/member/basic/register_result.skin.php index f3b9a419d..6692611ff 100644 --- a/skin/member/basic/register_result.skin.php +++ b/skin/member/basic/register_result.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -43,3 +44,4 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
+ \ No newline at end of file diff --git a/skin/member/basic/scrap.skin.php b/skin/member/basic/scrap.skin.php index d51b850d9..27084d032 100644 --- a/skin/member/basic/scrap.skin.php +++ b/skin/member/basic/scrap.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -38,4 +39,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/scrap_popin.skin.php b/skin/member/basic/scrap_popin.skin.php index e575870c9..835dfc778 100644 --- a/skin/member/basic/scrap_popin.skin.php +++ b/skin/member/basic/scrap_popin.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -33,4 +34,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
-
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/member/basic/zip.skin.php b/skin/member/basic/zip.skin.php index f45b36ec5..d0e11d887 100644 --- a/skin/member/basic/zip.skin.php +++ b/skin/member/basic/zip.skin.php @@ -2,6 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 ?> +
@@ -14,13 +15,15 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 +
+ - + 0) { ?>
@@ -38,6 +41,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가

검색결과가 끝났습니다.

+
@@ -59,4 +63,5 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 } -
\ No newline at end of file +
+ \ No newline at end of file diff --git a/skin/new/basic/new.skin.php b/skin/new/basic/new.skin.php index 2f0d4e1c8..2cc72cc0b 100644 --- a/skin/new/basic/new.skin.php +++ b/skin/new/basic/new.skin.php @@ -4,7 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 - +
상세검색
@@ -30,9 +30,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 document.getElementById("view").value = "";
- + - + @@ -65,5 +65,6 @@ for ($i=0; $i
+ diff --git a/skin/outlogin/basic/outlogin.skin.1.php b/skin/outlogin/basic/outlogin.skin.1.php index 22d5bd510..6c04f53ce 100644 --- a/skin/outlogin/basic/outlogin.skin.1.php +++ b/skin/outlogin/basic/outlogin.skin.1.php @@ -2,11 +2,11 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> +

회원로그인

-
@@ -65,4 +65,4 @@ function fhead_submit(f) return true; } - + diff --git a/skin/outlogin/basic/outlogin.skin.2.php b/skin/outlogin/basic/outlogin.skin.2.php index 5d987d0ff..2150993ce 100644 --- a/skin/outlogin/basic/outlogin.skin.2.php +++ b/skin/outlogin/basic/outlogin.skin.2.php @@ -2,9 +2,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + -

나의 회원정보

@@ -42,4 +42,4 @@ function member_leave() location.href = "/member_confirm.php?url=member_leave.php"; } - + diff --git a/skin/outlogin/shop_basic/outlogin.skin.2.php b/skin/outlogin/shop_basic/outlogin.skin.2.php index 410f75f51..471de1abe 100644 --- a/skin/outlogin/shop_basic/outlogin.skin.2.php +++ b/skin/outlogin/shop_basic/outlogin.skin.2.php @@ -30,7 +30,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
diff --git a/skin/poll/basic/poll.skin.php b/skin/poll/basic/poll.skin.php index 5c7b051a7..4340463b9 100644 --- a/skin/poll/basic/poll.skin.php +++ b/skin/poll/basic/poll.skin.php @@ -2,6 +2,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + @@ -61,4 +62,5 @@ function poll_result(url) win_poll(url); } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/poll/basic/poll_result.skin.php b/skin/poll/basic/poll_result.skin.php index abea3b0ae..2b3182246 100644 --- a/skin/poll/basic/poll_result.skin.php +++ b/skin/poll/basic/poll_result.skin.php @@ -2,11 +2,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> +

+

결과

@@ -30,7 +32,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
+ +

이 설문에 대한 기타의견

@@ -87,7 +91,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
+ + +
@@ -116,4 +123,5 @@ function fpollresult_submit(f) return true; } - \ No newline at end of file + + \ No newline at end of file diff --git a/skin/popular/basic/popular.skin.php b/skin/popular/basic/popular.skin.php index e4240823a..cd15db9e4 100644 --- a/skin/popular/basic/popular.skin.php +++ b/skin/popular/basic/popular.skin.php @@ -2,6 +2,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> +
-
\ No newline at end of file + + \ No newline at end of file diff --git a/skin/search/basic/search.skin.php b/skin/search/basic/search.skin.php index 2cafe220a..d11cbf042 100644 --- a/skin/search/basic/search.skin.php +++ b/skin/search/basic/search.skin.php @@ -2,6 +2,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> + @@ -131,4 +132,5 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 -
\ No newline at end of file + + \ No newline at end of file diff --git a/skin/visit/basic/visit.skin.php b/skin/visit/basic/visit.skin.php index e9cfb4dbb..2aa9f756c 100644 --- a/skin/visit/basic/visit.skin.php +++ b/skin/visit/basic/visit.skin.php @@ -4,6 +4,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 global $is_admin; ?> +
@@ -22,3 +23,4 @@ global $is_admin; 상세보기
+ \ No newline at end of file diff --git a/tail.php b/tail.php index 9343649fb..e33306e94 100644 --- a/tail.php +++ b/tail.php @@ -17,8 +17,11 @@ if ($config['cf_include_tail']) { + +
+
@@ -35,6 +38,8 @@ if ($config['cf_include_tail']) { " id="device_change">모바일 버전으로 보기 + + \ No newline at end of file