diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html
index 93641cd21..d8cbd42d3 100644
--- a/common/tpl/common_layout.html
+++ b/common/tpl/common_layout.html
@@ -1,8 +1,15 @@
-
-
+
+
+
+
+
+
+
+
+
{Context::getBrowserTitle()}
diff --git a/modules/board/board.view.php b/modules/board/board.view.php
index 873979c8e..9eff8a5a3 100644
--- a/modules/board/board.view.php
+++ b/modules/board/board.view.php
@@ -73,7 +73,7 @@
$this->page_count = $this->module_info->page_count?$this->module_info->page_count:10;
// 스킨 템플릿 경로 지정
- $template_path = sprintf("%sskins/%s/",$this->module_path, $this->skin);
+ $template_path = sprintf("%sskins/%s/",$this->module_path, $this->module_info->skin);
$this->setTemplatePath($template_path);
}