mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@811 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
22c70bff60
commit
13901b88c8
32 changed files with 888 additions and 862 deletions
|
|
@ -16,7 +16,7 @@
|
|||
/**
|
||||
* @brief 메세지 출력
|
||||
**/
|
||||
function dispContent() {
|
||||
function dispMessage() {
|
||||
// 설정 정보를 받아옴 (module model 객체를 이용)
|
||||
$oModuleModel = &getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('rss');
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
/**
|
||||
* @brief 설정
|
||||
**/
|
||||
function dispConfig() {
|
||||
function dispMessageAdminConfig() {
|
||||
// 스킨 목록을 구해옴
|
||||
$oModuleModel = &getModel('module');
|
||||
$skin_list = $oModuleModel->getskins($this->module_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue