mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
copyright add to php files
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13186 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e0879ea45c
commit
bce0a0b6d4
373 changed files with 402 additions and 47 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
/**
|
||||
* @class messageAdminController
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
class messageAdminModel extends message{
|
||||
public function getMessageAdminColorset()
|
||||
{
|
||||
|
|
@ -26,4 +27,4 @@ class messageAdminModel extends message{
|
|||
|
||||
$this->add('tpl', $tpl);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
/**
|
||||
* @class messageAdminView
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
/**
|
||||
* @class message
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
require_once(_XE_PATH_.'modules/message/message.view.php');
|
||||
class messageMobile extends messageView
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
||||
/**
|
||||
* @class messageView
|
||||
* @author NAVER (developers@xpressengine.com)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue