diff --git a/modules/blog/blog.class.php b/modules/blog/blog.class.php
index 6b713dca8..a3a3bf902 100644
--- a/modules/blog/blog.class.php
+++ b/modules/blog/blog.class.php
@@ -25,6 +25,7 @@
$oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminDeleteBlog');
$oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminSkinInfo');
$oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminCategoryInfo');
+ $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminMenuInfo');
$oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminGrantInfo');
$oModuleController->insertActionForward('blog', 'controller', 'procBlogAdminUpdateSkinInfo');
diff --git a/modules/blog/blog.view.php b/modules/blog/blog.view.php
index 0d82f7464..d6508973b 100644
--- a/modules/blog/blog.view.php
+++ b/modules/blog/blog.view.php
@@ -552,6 +552,13 @@
$this->setTemplateFile('category_list');
}
+ /**
+ * @brief 메뉴 출력
+ **/
+ function dispBlogAdminMenuInfo() {
+ $this->setTemplateFile('category_list');
+ }
+
/**
* @brief 권한 목록 출력
**/
diff --git a/modules/blog/conf/module.xml b/modules/blog/conf/module.xml
index cd9c95425..0480579ac 100644
--- a/modules/blog/conf/module.xml
+++ b/modules/blog/conf/module.xml
@@ -53,6 +53,8 @@
+
+
diff --git a/modules/blog/lang/ko.lang.php b/modules/blog/lang/ko.lang.php
index d7f6ea162..ead07430c 100644
--- a/modules/blog/lang/ko.lang.php
+++ b/modules/blog/lang/ko.lang.php
@@ -10,6 +10,7 @@
$lang->cmd_module_config = '블로그 공통 설정';
$lang->cmd_view_info = '블로그 정보';
$lang->cmd_manage_category = '분류관리';
+ $lang->cmd_manage_menu = '메뉴관리';
$lang->cmd_manage_grant = '권한관리';
$lang->cmd_manage_skin = '스킨관리';
$lang->cmd_manage_document = '게시글 관리';
@@ -21,7 +22,7 @@
$lang->use_category = '분류 사용';
$lang->category_title = '분류명';
$lang->parent_category_name = '상위 카테고리명';
- $lang->category_name = '카테고리명';
+ $lang->category_name = '분류명';
$lang->expand = '펼침';
$lang->category_group_srls = '그룹제한';
$lang->checked_count = '선택된 글 수';
diff --git a/modules/blog/tpl/header.html b/modules/blog/tpl/header.html
index c8b36158e..a29dbf4a1 100644
--- a/modules/blog/tpl/header.html
+++ b/modules/blog/tpl/header.html
@@ -10,6 +10,7 @@
style="font-weight:bold">[{$lang->cmd_view_info}]
style="font-weight:bold">[{$lang->cmd_manage_category}]
+ style="font-weight:bold">[{$lang->cmd_manage_menu}]
style="font-weight:bold">[{$lang->cmd_manage_grant}]
style="font-weight:bold">[{$lang->cmd_manage_skin}]