mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +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
|
else
|
||||||
{
|
{
|
||||||
// use the site default layout.
|
// 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);
|
$designInfoFile = sprintf(_XE_PATH_.'/files/site_design/design_%s.php', $module_info->site_srl);
|
||||||
@include($designInfoFile);
|
@include($designInfoFile);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue