git-svn-id: http://xe-core.googlecode.com/svn/trunk@678 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 12:03:35 +00:00
parent 11d48932d7
commit b505bb44c2
9 changed files with 17 additions and 56 deletions

View file

@ -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();