mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Fix #2229 incorrect skin path for ncenterlite in mobile
This commit is contained in:
parent
8ba0d351a0
commit
9c145480fe
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class NcenterliteView extends Ncenterlite
|
||||||
{
|
{
|
||||||
$oNcenterliteModel = ncenterliteModel::getInstance();
|
$oNcenterliteModel = ncenterliteModel::getInstance();
|
||||||
$config = $oNcenterliteModel->getConfig();
|
$config = $oNcenterliteModel->getConfig();
|
||||||
$this->setLayoutAndTemplatePaths($this instanceof ncenterliteView ? 'P' : 'M', $config);
|
$this->setLayoutAndTemplatePaths($this instanceof NcenterliteMobile ? 'M' : 'P', $config);
|
||||||
}
|
}
|
||||||
|
|
||||||
function dispNcenterliteNotifyList()
|
function dispNcenterliteNotifyList()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue