mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Mobile code cleanup
This commit is contained in:
parent
208761b866
commit
f981e2cd29
1 changed files with 1 additions and 12 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
require_once(_XE_PATH_.'modules/ncenterlite/ncenterlite.view.php');
|
||||||
|
|
||||||
class ncenterliteMobile extends ncenterliteView
|
class ncenterliteMobile extends ncenterliteView
|
||||||
{
|
{
|
||||||
|
|
@ -22,17 +23,5 @@ class ncenterliteMobile extends ncenterliteView
|
||||||
$this->module_info->mlayout_srl = $config->mlayout_srl;
|
$this->module_info->mlayout_srl = $config->mlayout_srl;
|
||||||
$this->setLayoutPath($layout_info->path);
|
$this->setLayoutPath($layout_info->path);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function dispNcenterliteNotifyList()
|
|
||||||
{
|
|
||||||
parent::dispNcenterliteNotifyList();
|
|
||||||
}
|
|
||||||
|
|
||||||
function dispNcenterliteUserConfig()
|
|
||||||
{
|
|
||||||
parent::dispNcenterliteUserConfig();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue