mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 2369 remove set default skin when is_skin_fix = 'N'.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12084 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c7940bd2f3
commit
0b9b8a69ab
1 changed files with 0 additions and 16 deletions
|
|
@ -238,22 +238,6 @@
|
|||
$moduleInfo = $coutput->data;
|
||||
}
|
||||
|
||||
if($moduleInfo->is_skin_fix == 'N' || $moduleInfo->is_mskin_fix == 'N')
|
||||
{
|
||||
$designInfoFile = sprintf(_XE_PATH_.'/files/site_design/design_%s.php', $moduleInfo->site_srl);
|
||||
@include($designInfoFile);
|
||||
}
|
||||
|
||||
if($moduleInfo->is_skin_fix == 'N')
|
||||
{
|
||||
$moduleInfo->skin = $designInfo->module->{$moduleInfo->module}->skin;
|
||||
}
|
||||
|
||||
if($moduleInfo->is_mskin_fix == 'N')
|
||||
{
|
||||
$moduleInfo->mskin = $designInfo->module->{$moduleInfo->module}->mskin;
|
||||
}
|
||||
|
||||
$moduleInfo = $this->addModuleExtraVars($moduleInfo);
|
||||
|
||||
if($moduleInfo->module == 'page' && $moduleInfo->page_type != 'ARTICLE')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue