mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@72 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9b149e1822
commit
0632a4a5da
3 changed files with 23 additions and 66 deletions
23
modules/message/message.view.php
Normal file
23
modules/message/message.view.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* @class messageView
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief message모듈의 view class
|
||||
**/
|
||||
|
||||
class message extends Module {
|
||||
|
||||
/**
|
||||
* @brief 초기화
|
||||
**/
|
||||
function init() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 메세지 출력
|
||||
**/
|
||||
function dispMessage() {
|
||||
$this->setTemplateFile('system_message');
|
||||
}
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue