mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@164 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cac2d957b2
commit
fcdefd8fb0
5 changed files with 4 additions and 4 deletions
|
|
@ -369,7 +369,7 @@
|
|||
Context::set('page_navigation', $output->page_navigation);
|
||||
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplateFile('list');
|
||||
$this->setTemplateFile('index');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -387,7 +387,7 @@
|
|||
Context::set('module_info',$module_info);
|
||||
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplateFile('info');
|
||||
$this->setTemplateFile('board_info');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -395,7 +395,7 @@
|
|||
**/
|
||||
function dispAdminInsertBoard() {
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplateFile('insert_form');
|
||||
$this->setTemplateFile('board_insert');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -413,7 +413,7 @@
|
|||
Context::set('module_info',$module_info);
|
||||
|
||||
// 템플릿 파일 지정
|
||||
$this->setTemplateFile('delete_form');
|
||||
$this->setTemplateFile('board_delete');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue