mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 20:02:15 +09:00
issue 2367 remove skin, mskin in outside/widget page.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11905 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2783f921df
commit
86785a44f1
1 changed files with 6 additions and 0 deletions
|
|
@ -268,6 +268,12 @@
|
|||
|
||||
$moduleInfo = $this->addModuleExtraVars($moduleInfo);
|
||||
|
||||
if($moduleInfo->module == 'page' && $moduleInfo->page_type != 'ARTICLE')
|
||||
{
|
||||
unset($moduleInfo->skin);
|
||||
unset($moduleInfo->mskin);
|
||||
}
|
||||
|
||||
$this->add('module_info_by_menu_item_srl', $moduleInfo);
|
||||
|
||||
return $moduleInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue