mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-14 16:02:14 +09:00
issue 2373 change default layout number -1.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11780 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fb9b7a3ead
commit
78de603b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@
|
|||
$moduleInfo = $coutput->data;
|
||||
}
|
||||
|
||||
$moduleInfo->is_layout_fix = ($moduleInfo->layout_srl == -1000) ? 'N' : 'Y';
|
||||
$moduleInfo->is_layout_fix = ($moduleInfo->layout_srl == -1) ? 'N' : 'Y';
|
||||
if($moduleInfo->is_layout_fix == 'N' || $moduleInfo->is_skin_fix == 'N')
|
||||
{
|
||||
$designInfoFile = sprintf(_XE_PATH_.'/files/site_design/design_%s.php', $moduleInfo->site_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue