diff --git a/modules/blog/skins/xe_blog/layout.html b/modules/blog/skins/xe_blog/layout.html
index e24d5f888..e43f824d4 100644
--- a/modules/blog/skins/xe_blog/layout.html
+++ b/modules/blog/skins/xe_blog/layout.html
@@ -86,7 +86,7 @@
diff --git a/modules/board/skins/xe_gallery/css/white.css b/modules/board/skins/xe_gallery/css/white.css
index bec365c66..4c1f871c3 100644
--- a/modules/board/skins/xe_gallery/css/white.css
+++ b/modules/board/skins/xe_gallery/css/white.css
@@ -36,6 +36,8 @@ Jeong, Chan Myeong 070601~070630
.accountNavigation li.myInfo a { display:block; background:url(../images/white/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.admin { padding-top:.4em;}
.accountNavigation li.admin a { display:block; background:url(../images/white/iconAdmin.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
+.accountNavigation li.setup { padding-top:.4em;}
+.accountNavigation li.setup a { display:block; background:url(../images/white/iconSetup.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.loginAndLogout { background:none; padding-left:0;}
/* boardList */
diff --git a/modules/board/skins/xe_gallery/header.html b/modules/board/skins/xe_gallery/header.html
index b4b9026a5..875f8bfda 100644
--- a/modules/board/skins/xe_gallery/header.html
+++ b/modules/board/skins/xe_gallery/header.html
@@ -49,9 +49,14 @@
{$lang->cmd_view_member_info}
-
+
- {$lang->cmd_management}
+ {$lang->cmd_setup}
+
+
+
+
+ {$lang->cmd_management}
diff --git a/modules/board/skins/xe_gallery/images/white/iconSetup.gif b/modules/board/skins/xe_gallery/images/white/iconSetup.gif
new file mode 100644
index 000000000..33b41da11
Binary files /dev/null and b/modules/board/skins/xe_gallery/images/white/iconSetup.gif differ
diff --git a/modules/board/skins/xe_list/css/white.css b/modules/board/skins/xe_list/css/white.css
index 9681cfb7c..b0782c2dd 100644
--- a/modules/board/skins/xe_list/css/white.css
+++ b/modules/board/skins/xe_list/css/white.css
@@ -36,6 +36,8 @@ Jeong, Chan Myeong 070601~070630
.accountNavigation li.myInfo a { display:block; background:url(../images/white/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.admin { padding-top:.4em;}
.accountNavigation li.admin a { display:block; background:url(../images/white/iconAdmin.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
+.accountNavigation li.setup { padding-top:.4em;}
+.accountNavigation li.setup a { display:block; background:url(../images/white/iconSetup.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.loginAndLogout { background:none; padding-left:0;}
/* boardList */
diff --git a/modules/board/skins/xe_list/header.html b/modules/board/skins/xe_list/header.html
index b4b9026a5..875f8bfda 100644
--- a/modules/board/skins/xe_list/header.html
+++ b/modules/board/skins/xe_list/header.html
@@ -49,9 +49,14 @@
{$lang->cmd_view_member_info}
-
+
- {$lang->cmd_management}
+ {$lang->cmd_setup}
+
+
+
+
+ {$lang->cmd_management}
diff --git a/modules/board/skins/xe_list/images/white/iconSetup.gif b/modules/board/skins/xe_list/images/white/iconSetup.gif
new file mode 100644
index 000000000..33b41da11
Binary files /dev/null and b/modules/board/skins/xe_list/images/white/iconSetup.gif differ
diff --git a/modules/board/skins/xe_webzine/css/white.css b/modules/board/skins/xe_webzine/css/white.css
index f467645a8..96035c0f2 100644
--- a/modules/board/skins/xe_webzine/css/white.css
+++ b/modules/board/skins/xe_webzine/css/white.css
@@ -36,6 +36,8 @@ Jeong, Chan Myeong 070601~070630
.accountNavigation li.myInfo a { display:block; background:url(../images/white/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.admin { padding-top:.4em;}
.accountNavigation li.admin a { display:block; background:url(../images/white/iconAdmin.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
+.accountNavigation li.setup { padding-top:.4em;}
+.accountNavigation li.setup a { display:block; background:url(../images/white/iconSetup.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
.accountNavigation li.loginAndLogout { background:none; padding-left:0;}
/* boardList */
diff --git a/modules/board/skins/xe_webzine/header.html b/modules/board/skins/xe_webzine/header.html
index b4b9026a5..875f8bfda 100644
--- a/modules/board/skins/xe_webzine/header.html
+++ b/modules/board/skins/xe_webzine/header.html
@@ -49,9 +49,14 @@
{$lang->cmd_view_member_info}
-
+
- {$lang->cmd_management}
+ {$lang->cmd_setup}
+
+
+
+
+ {$lang->cmd_management}
diff --git a/modules/board/skins/xe_webzine/images/white/iconSetup.gif b/modules/board/skins/xe_webzine/images/white/iconSetup.gif
new file mode 100644
index 000000000..33b41da11
Binary files /dev/null and b/modules/board/skins/xe_webzine/images/white/iconSetup.gif differ