diff --git a/modules/admin/admin.view.php b/modules/admin/admin.view.php index 7dee74dc1..8c5fd3249 100644 --- a/modules/admin/admin.view.php +++ b/modules/admin/admin.view.php @@ -75,7 +75,7 @@ } /** - * @brief 애드온의 목록을 보여줌 + * @brief애드온의 목록을 보여줌 **/ function dispAddonList() { $oAddonView = &getView('addon'); diff --git a/modules/module/conf/module.xml b/modules/module/conf/module.xml index af5df34e0..8062ebfbf 100644 --- a/modules/module/conf/module.xml +++ b/modules/module/conf/module.xml @@ -1,6 +1,6 @@ - + diff --git a/modules/module/module.controller.php b/modules/module/module.controller.php index abfc6b8c1..bfb589fbe 100644 --- a/modules/module/module.controller.php +++ b/modules/module/module.controller.php @@ -207,7 +207,7 @@ /** * @brief 모듈 카테고리 삭제 **/ - function procUpdateModuleCategory() { + function procDeleteModuleCategory() { $oDB = &DB::getInstance(); $args->module_category_srl = Context::get('module_category_srl'); diff --git a/modules/module/module.view.php b/modules/module/module.view.php index 5e91caeb1..9d72f60b1 100644 --- a/modules/module/module.view.php +++ b/modules/module/module.view.php @@ -11,10 +11,12 @@ * @brief 초기화 **/ function init() { + // template path 지정 + $this->setTemplatePath($this->module_path.'tpl.admin'); } /** - * @brief 모듈 목록을 출력 + * @brief 모듈 관리자의 index **/ function dispContent() { // 모듈모델 객체를 구함 diff --git a/modules/module/tpl.admin/admin_index.html b/modules/module/tpl.admin/admin_index.html new file mode 100644 index 000000000..f444bf7c1 --- /dev/null +++ b/modules/module/tpl.admin/admin_index.html @@ -0,0 +1,18 @@ + +
+ + + + + + + + + + + +
{$lang->test}
{$lang->about_test}
+ + +
+