@@ -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');
+
+
-
-
\ 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; // 개별 페이지 접근 불가
+