mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@678 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11d48932d7
commit
b505bb44c2
9 changed files with 17 additions and 56 deletions
|
|
@ -87,7 +87,7 @@
|
|||
/**
|
||||
* @brief 선택된 페이지의 정보 출력
|
||||
**/
|
||||
function dispAdminBoardInfo() {
|
||||
function dispAdminPageInfo() {
|
||||
// 관리자 관련 정보 세팅
|
||||
$this->initAdmin();
|
||||
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
/**
|
||||
* @brief 페이지 추가 폼 출력
|
||||
**/
|
||||
function dispAdminInsertBoard() {
|
||||
function dispAdminInsertPage() {
|
||||
// 관리자 관련 정보 세팅
|
||||
$this->initAdmin();
|
||||
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
/**
|
||||
* @brief 페이지 삭제 화면 출력
|
||||
**/
|
||||
function dispAdminDeleteBoard() {
|
||||
function dispAdminDeletePage() {
|
||||
// 관리자 관련 정보 세팅
|
||||
$this->initAdmin();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue