mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Issue 2902 show mobile Article page DEFAULT skin.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12727 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
32e6de6c29
commit
c1f6076769
1 changed files with 5 additions and 0 deletions
|
|
@ -220,6 +220,11 @@ class pageAdminView extends page
|
|||
$method = '_get' . ucfirst($page_type_name) . 'Content';
|
||||
if(method_exists($oPageMobile, $method))
|
||||
{
|
||||
if($method == '_getArticleContent' && $this->module_info->is_mskin_fix == 'N')
|
||||
{
|
||||
$oModuleModel = getModel('module');
|
||||
$oPageMobile->module_info->mskin = $oModuleModel->getModuleDefaultSkin('page', 'M');
|
||||
}
|
||||
$page_content = $oPageMobile->{$method}();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue