mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
issue 1000 add function that select layout on module of member.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10989 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f52594242e
commit
8e4a8dc4ed
5 changed files with 46 additions and 26 deletions
|
|
@ -109,6 +109,12 @@
|
|||
|
||||
Context::set('config',$config);
|
||||
|
||||
// Get a layout list
|
||||
$oLayoutModel = &getModel('layout');
|
||||
$layout_list = $oLayoutModel->getLayoutList();
|
||||
|
||||
Context::set('layout_list', $layout_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