diff --git a/modules/member/skins/simple_world/css/css.less b/modules/member/skins/simple_world/css/css.less
index 00efe8d14..43156161b 100644
--- a/modules/member/skins/simple_world/css/css.less
+++ b/modules/member/skins/simple_world/css/css.less
@@ -188,9 +188,6 @@ script, style
.rx_simple_member div.rx_simple_tab{
background: #ffffff;
margin: 5px 0;
- height: 52px;
- overflow: hidden;
- white-space: nowrap;
box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.23);
box-sizing: border-box;
}
@@ -198,9 +195,7 @@ script, style
list-style: outside none none;
margin: 0;
display: block;
- overflow-x: auto;
- -webkit-overflow-scrolling: touch;
- padding: 6px 0px 100px;
+ padding: 6px 0;
text-decoration: none;
}
diff --git a/modules/member/skins/simple_world/skin.xml b/modules/member/skins/simple_world/skin.xml
index 4bf108777..6bb950ac7 100644
--- a/modules/member/skins/simple_world/skin.xml
+++ b/modules/member/skins/simple_world/skin.xml
@@ -11,6 +11,94 @@
misol
-
+
+
+ 사이트 테마 색
+ The site theme color
+
+
+ 붉은 색
+ Red
+
+
+ 크림슨
+ Crimson
+
+
+ 분홍
+ Pink
+
+
+ 보라
+ Purple
+
+
+ 진보라
+ Deep Purple
+
+
+ 인디고
+ Indigo
+
+
+ 짙은 파랑
+ Deep Blue
+
+
+ 파랑
+ Blue
+
+
+ 밝은 파랑
+ Light Blue
+
+
+ 시안
+ Cyan
+
+
+ 틸
+ Teal
+
+
+ 초록
+ Green
+
+
+ 연한 초록
+ Light Green
+
+
+ 라임
+ Lime
+
+
+ 노랑
+ Yellow
+
+
+ 앰버
+ Amber
+
+
+ 주황
+ Orange
+
+
+ 진한 주황
+ Deep Orange
+
+
+ 갈색
+ Brown
+
+
+ 회색
+ Grey
+
+
+ 푸른 회색
+ Blue Grey
+
diff --git a/modules/message/skins/simple_world/common_header.html b/modules/message/skins/simple_world/common_header.html
index e92d2b510..3f5be653b 100644
--- a/modules/message/skins/simple_world/common_header.html
+++ b/modules/message/skins/simple_world/common_header.html
@@ -1,5 +1,5 @@
-{Context::addMetaTag("viewport", "width=device-width, user-scalable=yes")}
+{@Context::addMetaTag("viewport", "width=device-width, user-scalable=yes")}
{@
@@ -57,6 +57,6 @@
{@$skin_color = '#f44336'}
-{Context::set('simple_less_value', array('red' => hexdec(substr($skin_color, 1, 2)), 'green' => hexdec(substr($skin_color, 3, 2)), 'blue' => hexdec(substr($skin_color, 5, 2)) ))}
+{@Context::set('simple_less_value', array('red' => hexdec(substr($skin_color, 1, 2)), 'green' => hexdec(substr($skin_color, 3, 2)), 'blue' => hexdec(substr($skin_color, 5, 2)) ))}
\ No newline at end of file
diff --git a/modules/message/skins/xedition/http_status_code.html b/modules/message/skins/xedition/http_status_code.html
index 5666332e7..39cc450d6 100644
--- a/modules/message/skins/xedition/http_status_code.html
+++ b/modules/message/skins/xedition/http_status_code.html
@@ -1,5 +1,5 @@
-{Context::addHtmlHeader('')}
+{@Context::addHtmlHeader('')}