diff --git a/modules/blog/blog.class.php b/modules/blog/blog.class.php index a3a3bf902..178751ad1 100644 --- a/modules/blog/blog.class.php +++ b/modules/blog/blog.class.php @@ -27,6 +27,7 @@ $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminCategoryInfo'); $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminMenuInfo'); $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminGrantInfo'); + $oModuleController->insertActionForward('blog', 'view', 'dispBlogAdminPluginSetup'); $oModuleController->insertActionForward('blog', 'controller', 'procBlogAdminUpdateSkinInfo'); // 캐쉬로 사용할 디렉토리 생성 diff --git a/modules/blog/conf/module.xml b/modules/blog/conf/module.xml index b284f57bf..2a1315da4 100644 --- a/modules/blog/conf/module.xml +++ b/modules/blog/conf/module.xml @@ -57,7 +57,7 @@ - + diff --git a/modules/blog/lang/ko.lang.php b/modules/blog/lang/ko.lang.php index a8a952235..67f0c4920 100644 --- a/modules/blog/lang/ko.lang.php +++ b/modules/blog/lang/ko.lang.php @@ -13,6 +13,7 @@ $lang->cmd_make_child = '하위 카테고리 추가'; $lang->cmd_enable_move_category = "카테고리 위치 변경 (선택후 위 메뉴를 드래그하세요)"; $lang->cmd_remake_cache = "캐시파일 재생성"; + $lang->cmd_plugin_setup = "플러그인 설정"; // 항목 $lang->parent_category_name = '상위 카테고리명'; diff --git a/modules/blog/tpl/header.html b/modules/blog/tpl/header.html index c8b36158e..d62ffaca1 100644 --- a/modules/blog/tpl/header.html +++ b/modules/blog/tpl/header.html @@ -1,5 +1,16 @@ + +{@ + $blog_menu_list = array( + 'dispBlogAdminBlogInfo'=>$lang->cmd_view_info, + 'dispBlogAdminCategoryInfo'=>$lang->cmd_manage_category, + 'dispBlogAdminGrantInfo'=>$lang->cmd_manage_grant, + 'dispBlogAdminSkinInfo'=>$lang->cmd_manage_skin, + 'dispBlogAdminPluginSetup'=>$lang->cmd_plugin_setup, + ); +} +
@@ -8,10 +19,10 @@ [{$lang->cmd_back}] - style="font-weight:bold">[{$lang->cmd_view_info}] - style="font-weight:bold">[{$lang->cmd_manage_category}] - style="font-weight:bold">[{$lang->cmd_manage_grant}] - style="font-weight:bold">[{$lang->cmd_manage_skin}] + + + style="font-weight:bold">[{$val}] +