mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
issue 1110 add layout management in sitemap
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10826 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cfe9df9cde
commit
aa8fa156ca
9 changed files with 103 additions and 26 deletions
|
|
@ -560,6 +560,7 @@
|
|||
|
||||
$obj = null;
|
||||
$obj->module_srl = $val->module_srl;
|
||||
$obj->layout_srl = $val->layout_srl;
|
||||
$obj->browser_title = $val->browser_title;
|
||||
$obj->mid = $val->mid;
|
||||
$mid_list[$module]->list[$val->mid] = $obj;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<column name="sites.domain" />
|
||||
<column name="modules.site_srl" />
|
||||
<column name="modules.module" />
|
||||
<column name="modules.layout_srl" />
|
||||
<column name="modules.mid" />
|
||||
<column name="modules.browser_title" />
|
||||
<column name="modules.module_srl" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue