엮인글 사용 설정 후 등록 메시지를 "삭제하시겠습니까?" → "등록하시겠습니까?"로 정정,

#163. 방명록 모듈 분류 SELECT 목록 보이도록 변수 추가, 방명록 글 수정, 삽입 되도록 하고 원래 페이지로 이동하도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2566 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2007-09-09 01:50:06 +00:00
parent 4610624334
commit 58c46555f8
4 changed files with 8 additions and 4 deletions

View file

@ -26,6 +26,10 @@
// module info를 구하기 위해 module model 객체 생성
$oModuleModel = &getModel('module');
// 모듈 카테고리 목록을 구함
$module_category = $oModuleModel->getModuleCategories();
Context::set('module_category', $module_category);
// module_srl이 있다면 요청된 모듈의 정보를 미리 구해 놓음
if($module_srl) {
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl);