mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
issue 2662 comment, communication
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12239 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7eaa7bb8f9
commit
d9f44e9d48
9 changed files with 1607 additions and 1476 deletions
|
|
@ -1,7 +1,10 @@
|
|||
<?php
|
||||
require_once(_XE_PATH_.'modules/communication/communication.view.php');
|
||||
class communicationMobile extends communicationView {
|
||||
function init() {
|
||||
|
||||
class communicationMobile extends communicationView
|
||||
{
|
||||
function init()
|
||||
{
|
||||
$oCommunicationModel = &getModel('communication');
|
||||
|
||||
$this->communication_config = $oCommunicationModel->getConfig();
|
||||
|
|
@ -74,3 +77,5 @@ class communicationMobile extends communicationView {
|
|||
$this->setTemplateFile($templateFile);
|
||||
}
|
||||
}
|
||||
/* End of file communication.mobile.php */
|
||||
/* Location: ./modules/comment/communication.mobile.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue