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:
ovclas 2012-11-16 05:16:42 +00:00
parent 7eaa7bb8f9
commit d9f44e9d48
9 changed files with 1607 additions and 1476 deletions

View file

@ -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 */