mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
issue 2551 add the setting mobile layout in member configuration.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11591 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0d200c7e50
commit
b3177341c4
4 changed files with 16 additions and 0 deletions
|
|
@ -115,6 +115,10 @@
|
|||
|
||||
Context::set('layout_list', $layout_list);
|
||||
|
||||
$mlayout_list = $oLayoutModel->getLayoutList(0, 'M');
|
||||
|
||||
Context::set('mlayout_list', $mlayout_list);
|
||||
|
||||
// list of skins for member module
|
||||
$skin_list = $oModuleModel->getSkins($this->module_path);
|
||||
Context::set('skin_list', $skin_list);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue