diff --git a/mobile/shop/listtype.php b/mobile/shop/listtype.php
index 3c1cf5ecb..4db52e499 100644
--- a/mobile/shop/listtype.php
+++ b/mobile/shop/listtype.php
@@ -32,6 +32,8 @@ else
if (!$skin)
$skin = 'list.10.skin.php';
+define('G5_SHOP_CSS_URL', G5_MSHOP_SKIN_URL);
+
// 리스트 유형별로 출력
$list_file = G5_MSHOP_SKIN_PATH.'/'.$skin;
if (file_exists($list_file)) {
diff --git a/mobile/shop/search.php b/mobile/shop/search.php
index fb38196b7..a67467811 100644
--- a/mobile/shop/search.php
+++ b/mobile/shop/search.php
@@ -153,9 +153,9 @@ $total_page = ceil($total_count / $items); // 전체 페이지 계산
set_query(" select * $sql_common $sql_where {$order_by} limit $from_record, $items ");
$list->set_is_page(true);
diff --git a/mobile/skin/shop/basic/item.form.skin.php b/mobile/skin/shop/basic/item.form.skin.php
index 7d45092ce..fad25a81f 100644
--- a/mobile/skin/shop/basic/item.form.skin.php
+++ b/mobile/skin/shop/basic/item.form.skin.php
@@ -2,7 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
-add_stylesheet('
', 0);
+add_stylesheet('
', 0);
?>
diff --git a/mobile/skin/shop/basic/iteminfo.relation.skin.php b/mobile/skin/shop/basic/iteminfo.relation.skin.php
index a9be83c10..9a877ea99 100644
--- a/mobile/skin/shop/basic/iteminfo.relation.skin.php
+++ b/mobile/skin/shop/basic/iteminfo.relation.skin.php
@@ -1,9 +1,6 @@
', 0);
-
// 스킨경로
$skin_dir = G5_MSHOP_SKIN_PATH;
$ca_dir_check = true;
@@ -33,6 +30,11 @@ if($ca_dir_check) {
}
}
}
+
+define('G5_SHOP_CSS_URL', str_replace(G5_PATH, G5_URL, $skin_dir));
+
+// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
+add_stylesheet('
', 0);
?>
관련상품
diff --git a/mobile/skin/shop/basic/list.10.skin.php b/mobile/skin/shop/basic/list.10.skin.php
index b579cb219..08eae29fa 100644
--- a/mobile/skin/shop/basic/list.10.skin.php
+++ b/mobile/skin/shop/basic/list.10.skin.php
@@ -2,7 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
-add_stylesheet('
', 0);
+add_stylesheet('
', 0);
?>
diff --git a/mobile/skin/shop/basic/list.sort.skin.php b/mobile/skin/shop/basic/list.sort.skin.php
index 45d3b11ed..9f056fda0 100644
--- a/mobile/skin/shop/basic/list.sort.skin.php
+++ b/mobile/skin/shop/basic/list.sort.skin.php
@@ -11,7 +11,7 @@ if($skin)
$sct_sort_href .= '&sort=';
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
-add_stylesheet('
', 0);
+add_stylesheet('
', 0);
?>
diff --git a/mobile/skin/shop/basic/navigation.skin.php b/mobile/skin/shop/basic/navigation.skin.php
index 4c2e1390d..96db9baae 100644
--- a/mobile/skin/shop/basic/navigation.skin.php
+++ b/mobile/skin/shop/basic/navigation.skin.php
@@ -29,7 +29,7 @@ else
//if ($it_id) $str .= " > $it[it_name]";
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
-add_stylesheet('
', 0);
+add_stylesheet('
', 0);
?>
diff --git a/mobile/skin/shop/basic/relation.10.skin.php b/mobile/skin/shop/basic/relation.10.skin.php
index 087a20492..76b30a640 100644
--- a/mobile/skin/shop/basic/relation.10.skin.php
+++ b/mobile/skin/shop/basic/relation.10.skin.php
@@ -2,7 +2,7 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
-add_stylesheet('
', 0);
+add_stylesheet('
', 0);
?>
diff --git a/shop/event.php b/shop/event.php
index d1e99dcb3..d303ddd6a 100644
--- a/shop/event.php
+++ b/shop/event.php
@@ -43,6 +43,8 @@ else
if ($skin)
$ev['ev_skin'] = $skin;
+define('G5_SHOP_CSS_URL', G5_SHOP_SKIN_URL);
+
// 리스트 유형별로 출력
$list_file = G5_SHOP_SKIN_PATH."/{$ev['ev_skin']}";
if (file_exists($list_file))
diff --git a/shop/item.php b/shop/item.php
index 50aa37bdd..266b66e0f 100644
--- a/shop/item.php
+++ b/shop/item.php
@@ -87,6 +87,8 @@ if($ca_dir_check) {
}
}
+define('G5_SHOP_CSS_URL', str_replace(G5_PATH, G5_URL, $skin_dir));
+
$g5['title'] = $it['it_name'].' > '.$it['ca_name'];
// 분류 상단 코드가 있으면 출력하고 없으면 기본 상단 코드 출력
diff --git a/shop/list.php b/shop/list.php
index cf647b339..719dfb07b 100644
--- a/shop/list.php
+++ b/shop/list.php
@@ -41,6 +41,8 @@ if($ca['ca_skin_dir']) {
}
}
+define('G5_SHOP_CSS_URL', str_replace(G5_PATH, G5_URL, $skin_dir));
+
if ($is_admin)
echo '
';
?>
diff --git a/shop/listtype.php b/shop/listtype.php
index 84ec9c758..6c5328898 100644
--- a/shop/listtype.php
+++ b/shop/listtype.php
@@ -36,6 +36,8 @@ else
if (!$skin)
$skin = 'list.10.skin.php';
+define('G5_SHOP_CSS_URL', G5_SHOP_SKIN_URL);
+
// 리스트 유형별로 출력
$list_file = G5_SHOP_SKIN_PATH.'/'.$skin;
if (file_exists($list_file)) {
diff --git a/shop/search.php b/shop/search.php
index 8201eec2c..96846d195 100644
--- a/shop/search.php
+++ b/shop/search.php
@@ -163,7 +163,7 @@ if ($is_admin) {
// 리스트 유형별로 출력
$list_file = G5_SHOP_SKIN_PATH.'/'.$default['de_search_list_skin'];
if (file_exists($list_file)) {
-
+ define('G5_SHOP_CSS_URL', G5_SHOP_SKIN_URL);
$list = new item_list($list_file, $default['de_search_list_mod'], $default['de_search_list_row'], $default['de_search_img_width'], $default['de_search_img_height']);
$list->set_query(" select * $sql_common $sql_where {$order_by} limit $from_record, $items ");
$list->set_is_page(true);
diff --git a/skin/shop/basic/item.form.skin.php b/skin/shop/basic/item.form.skin.php
index afaa2bdb1..29a866d8e 100644
--- a/skin/shop/basic/item.form.skin.php
+++ b/skin/shop/basic/item.form.skin.php
@@ -2,7 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
-add_stylesheet('
', 0);
+add_stylesheet('
', 0);
?>