mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1717 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fcb4fe15d6
commit
bf23eca99d
48 changed files with 719 additions and 530 deletions
|
|
@ -188,6 +188,8 @@
|
|||
if($message->message_srl == $message_srl) Context::set('message', $message);
|
||||
}
|
||||
|
||||
// 각 쪽지들의 갯수 구함
|
||||
|
||||
// 목록 추출
|
||||
$output = $oMemberModel->getMessages($message_type);
|
||||
|
||||
|
|
@ -205,7 +207,7 @@
|
|||
* @brief 새 쪽지 보여줌
|
||||
**/
|
||||
function dispMemberNewMessage() {
|
||||
//$this->setLayoutFile('popup_layout');
|
||||
$this->setLayoutFile('popup_layout');
|
||||
|
||||
// 로그인이 되어 있지 않으면 오류 표시
|
||||
if(!Context::get('is_logged')) return $this->stop('msg_not_logged');
|
||||
|
|
@ -229,7 +231,7 @@
|
|||
* @brief 쪽지 발송 출력
|
||||
**/
|
||||
function dispMemberSendMessage() {
|
||||
//$this->setLayoutFile("popup_layout");
|
||||
$this->setLayoutFile("popup_layout");
|
||||
|
||||
// 로그인이 되어 있지 않으면 오류 표시
|
||||
if(!Context::get('is_logged')) return $this->stop('msg_not_logged');
|
||||
|
|
@ -261,8 +263,6 @@
|
|||
* @brief 친구 목록 보기
|
||||
**/
|
||||
function dispMemberFriend() {
|
||||
//$this->setLayoutFile("popup_layout");
|
||||
|
||||
// 로그인이 되어 있지 않으면 오류 표시
|
||||
if(!Context::get('is_logged')) return $this->stop('msg_not_logged');
|
||||
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
* @brief 친구 추가
|
||||
**/
|
||||
function dispMemberAddFriend() {
|
||||
//$this->setLayoutFile("popup_layout");
|
||||
$this->setLayoutFile("popup_layout");
|
||||
|
||||
// 로그인이 되어 있지 않으면 오류 표시
|
||||
if(!Context::get('is_logged')) return $this->stop('msg_not_logged');
|
||||
|
|
@ -327,7 +327,7 @@
|
|||
* @brief 친구 그룹 추가
|
||||
**/
|
||||
function dispMemberAddFriendGroup() {
|
||||
//$this->setLayoutFile("popup_layout");
|
||||
$this->setLayoutFile("popup_layout");
|
||||
|
||||
// 로그인이 되어 있지 않으면 오류 표시
|
||||
if(!Context::get('is_logged')) return $this->stop('msg_not_logged');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue