diff --git a/classes/module/ModuleHandler.class.php b/classes/module/ModuleHandler.class.php index 6629abc12..09c974759 100644 --- a/classes/module/ModuleHandler.class.php +++ b/classes/module/ModuleHandler.class.php @@ -82,7 +82,6 @@ $this->module_info = $module_info; Context::setBrowserTitle($module_info->browser_title); } - debugPrint($module_info); // 여기까지도 모듈 정보를 찾지 못했다면 깔끔하게 시스템 오류 표시 if(!$this->module) $this->error = 'msg_module_is_not_exists'; diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index 971464fee..5d538a7d1 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -4,7 +4,6 @@ - @@ -17,7 +16,8 @@ - + +