diff --git a/modules/board/skins/default/list.html b/modules/board/skins/default/list.html
index 4b8699343..0b87f87c4 100644
--- a/modules/board/skins/default/list.html
+++ b/modules/board/skins/default/list.html
@@ -123,7 +123,7 @@
- [{$lang->cmd_document_management}]
+ [{$lang->cmd_document_management}]
diff --git a/modules/document/conf/module.xml b/modules/document/conf/module.xml
index e47ff71e0..f921bc62c 100644
--- a/modules/document/conf/module.xml
+++ b/modules/document/conf/module.xml
@@ -3,6 +3,7 @@
+
diff --git a/modules/document/document.view.php b/modules/document/document.view.php
index 1f1614848..12f663b56 100644
--- a/modules/document/document.view.php
+++ b/modules/document/document.view.php
@@ -13,6 +13,19 @@
function init() {
}
+ /**
+ * @brief 게시글 관리용
+ **/
+ function dispDocumentManagement() {
+ // popup 레이아웃 지정
+ $this->setLayoutFile('popup_layout');
+
+
+ // 템플릿 지정
+ $this->setTemplatePath($this->module_path.'tpl');
+ $this->setTemplateFile('document_management');
+ }
+
/**
* @brief 목록 출력 (관리자용)
**/
diff --git a/modules/document/tpl/document_management.html b/modules/document/tpl/document_management.html
new file mode 100644
index 000000000..5ad28e227
--- /dev/null
+++ b/modules/document/tpl/document_management.html
@@ -0,0 +1 @@
+haha