mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 2373 change a default layout srl code. (-1)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11670 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e5bc2bc271
commit
d831e7829e
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@
|
|||
else
|
||||
{
|
||||
// use the site default layout.
|
||||
if($module_info->layout_srl == -1000)
|
||||
if($module_info->layout_srl == -1)
|
||||
{
|
||||
$designInfoFile = sprintf(_XE_PATH_.'/files/site_design/design_%s.php', $module_info->site_srl);
|
||||
@include($designInfoFile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue